VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.Services Namespace / AnnotationsCacheManager Class
In This Topic
AnnotationsCacheManager Class Methods
In This Topic
For a list of all methods of this type, see AnnotationsCacheManager.
Public Methods
 NameDescription
Public MethodOverloaded. Clears the cached annotation collection for a single image.
Public MethodDeletes the item from the cache manager. (Inherited from CacheManagerBase)
Public MethodDeletes old cache.
Public MethodReturns the serialized annotation collection.
Public MethodReturns an identifier of annotation collection.
Public MethodReturns an item from the cache manager. (Inherited from CacheManagerBase)
Public MethodReturns an absolute path to a file, which stores annotation collection.
Public MethodDetermines that the cache manager caches the annotation collections for a single image.
Public MethodDetermines that the cache manager caches the annotation collections for an image file.
Public MethodDetermines that the cache manager contains an item with the specified identifier. (Inherited from CacheManagerBase)
Public MethodLocks an item in cache manager and returns the item. (Inherited from CacheManagerBase)
Public MethodSaves the serialized annotation collection in cache.
Public MethodUnlocks locked item in cache manager. (Inherited from CacheManagerBase)
Protected Methods
 NameDescription
Protected MethodCreates a data storage for this cache manager.
Protected MethodRemoves the files from directory if file lifetime is finished. (Inherited from CacheManagerBase)
See Also