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