Assembly: Cubes;
The InMemManager class implements the manager for working with In-Memory cache.
| Property name | Brief description | |
![]() |
SharedMemory | The SharedMemory property returns the size of the displayed memory in use in bites. |
![]() |
StoredMemory | The StoredMemory property returns the size of cache on the disk in bites. |
![]() |
UseCachedDimensions | The UseCachedDimensions property returns whether In-Memory cache is used when working with dictionaries. |
![]() |
UseInMem | The UseInMem property returns whether In-Memory cache is used when working with repository cube data. |
| Method name | Brief description | |
| CanCacheDimension | The CanCacheDimension method checks if data of the specified dictionary can be cached. | |
| CheckHasDimension | The CheckHasDimension method checks if there is cached data for the specified repository dictionary. | |
![]() |
CheckHasMatrix | The CheckHasMatrix method checks and returns whether cache contains cached data for the specified cube display version. |
![]() |
ClearCachedData | The ClearCachedData method clears all data linked to the specified cube from the cache. |
| GetDimension | The GetDimension method returns data of the specified dictionary from cache. | |
![]() |
GetMatrix | The GetMatrix method returns matrix with cached data according to the specified cube calculation options. |
![]() |
PreloadMatrix | The PreloadMatrix method loads cached data of the specified cube display version to RAM. |
| PrepareDimension | The PrepareDimension method caches data of the specified dictionary. | |
![]() |
PrepareMatrix | The PrepareMatrix method builds a matrix that will be saved to the cache for the specified cube display version. |
![]() |
PrepareMatrixPartial | The PrepareMatrixPartial method builds a matrix the will be saved to the cache for the specified cube display version according to the specified selection. |
| ResetDimension | The ResetDimension method deletes data of the specified dictionary from cache. | |
![]() |
ResetMatrix | The ResetMatrix method removes matrix with data for the specified cube display version from the cache. |
![]() |
UpdateBySelection | The UpdateBySelection method updates cache data according to the specified parameters. |
See also: