Name | Description | |
---|---|---|
![]() | ThumbnailsCacheManager | Initializes a new instance of the ThumbnailsCacheManager class. |
Name | Description | |
---|---|---|
![]() | ThumbnailsCacheManager | Initializes a new instance of the ThumbnailsCacheManager class. |
Name | Description | |
---|---|---|
![]() | CacheLifeTime | Gets or sets a value that determines how long, in minutes, cached object will be stored on server. (Inherited from CacheManagerBase) |
![]() | DataStorage | Gets the data storage, which is used for storing data of this cache manager. (Inherited from CacheManagerBase) |
![]() | WorkingDirectory | Gets an absolute path to the working directory of this cache manager. (Inherited from CacheManagerBase) |
Name | Description | |
---|---|---|
![]() | ClearCache | Overloaded. Clears the image cache for all images in image file. |
![]() | DeleteItem | Deletes the item from the cache manager. (Inherited from CacheManagerBase) |
![]() | DeleteOldCache | Deletes old cache. |
![]() | GetItem | Returns an item from the cache manager. (Inherited from CacheManagerBase) |
![]() | GetItemPath | Returns an absolute path to a file, which stores the thumbnail image. |
![]() | GetThumbnailId | Overloaded. Returns a thumbnail identifier. |
![]() | IsImageCacheExist | Determines that the cache manager contains the image cache for specified page in specified image file. |
![]() | IsImageFileCacheExist | Determines that the cache manager contains the image cache for an image file. |
![]() | ItemExist | Determines that the cache manager contains an item with the specified identifier. (Inherited from CacheManagerBase) |
![]() | LockItem | Locks an item in cache manager and returns the item. (Inherited from CacheManagerBase) |
![]() | UnlockItem | Unlocks locked item in cache manager. (Inherited from CacheManagerBase) |
Name | Description | |
---|---|---|
![]() | CreateSessionDataStorage | Creates a data storage for current cache manager. |
![]() | GetThumbnailNamePostfix | Returns a postfix for thumbnail filename. |
![]() | RemoveExpiredFiles | Removes the files from directory if file lifetime is finished. (Inherited from CacheManagerBase) |