Name | Description | |
---|---|---|
![]() | AnnotationsCacheManager | Initializes a new instance of the AnnotationsCacheManager class. |
Name | Description | |
---|---|---|
![]() | AnnotationsCacheManager | Initializes a new instance of the AnnotationsCacheManager 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 cached annotation collection for a single image. |
![]() | DeleteItem | Deletes the item from the cache manager. (Inherited from CacheManagerBase) |
![]() | DeleteOldCache | Deletes old cache. |
![]() | GetAnnotations | Returns the serialized annotation collection. |
![]() | GetAnnotationsId | Returns an identifier of annotation collection. |
![]() | GetItem | Returns an item from the cache manager. (Inherited from CacheManagerBase) |
![]() | GetItemPath | Returns an absolute path to a file, which stores annotation collection. |
![]() | IsImageCacheExist | Determines that the cache manager caches the annotation collections for a single image. |
![]() | IsImageFileCacheExist | Determines that the cache manager caches the annotation collections 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) |
![]() | SetAnnotations | Saves the serialized annotation collection in cache. |
![]() | UnlockItem | Unlocks locked item in cache manager. (Inherited from CacheManagerBase) |
Name | Description | |
---|---|---|
![]() | CreateSessionDataStorage | Creates a data storage for this cache manager. |
![]() | RemoveExpiredFiles | Removes the files from directory if file lifetime is finished. (Inherited from CacheManagerBase) |