Name | Description | |
---|---|---|
![]() | AnnotationsCacheManager Constructor | Initializes a new instance of the AnnotationsCacheManager class. |
The following tables list the members exposed by AnnotationsCacheManager.
Name | Description | |
---|---|---|
![]() | AnnotationsCacheManager Constructor | 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 Vintasoft.Imaging.Web.Services.CacheManagerBase) |
![]() | DataStorage | Gets the data storage, which is used for storing data of this cache manager. (Inherited from Vintasoft.Imaging.Web.Services.CacheManagerBase) |
![]() | WorkingDirectory | Gets an absolute path to the working directory of this cache manager. (Inherited from Vintasoft.Imaging.Web.Services.CacheManagerBase) |
Name | Description | |
---|---|---|
![]() | ClearCache | Overloaded. Clears the cached annotation collection for a single image. |
![]() | DeleteItem | Deletes the item from the cache manager. (Inherited from Vintasoft.Imaging.Web.Services.CacheManagerBase) |
![]() | DeleteOldCache | Overridden. 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 Vintasoft.Imaging.Web.Services.CacheManagerBase) |
![]() | GetItemPath | Overridden. 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 Vintasoft.Imaging.Web.Services.CacheManagerBase) |
![]() | LockItem | Locks an item in cache manager and returns the item. (Inherited from Vintasoft.Imaging.Web.Services.CacheManagerBase) |
![]() | SetAnnotations | Saves the serialized annotation collection in cache. |
![]() | UnlockItem | Unlocks locked item in cache manager. (Inherited from Vintasoft.Imaging.Web.Services.CacheManagerBase) |
Name | Description | |
---|---|---|
![]() | CreateSessionDataStorage | Overridden. Creates a data storage for this cache manager. |
![]() | RemoveExpiredFiles | Removes the files from directory if file lifetime is finished. (Inherited from Vintasoft.Imaging.Web.Services.CacheManagerBase) |