VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / CacheManagerBase Class
Constructors Properties Methods SeeAlso
In This Topic
    CacheManagerBase Class Members
    In This Topic
    The following tables list the members exposed by CacheManagerBase.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the CacheManagerBase class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value that determines how long, in minutes, cached object will be stored on server.
    Public PropertyGets the data storage, which is used for storing data of this cache manager.
    Public PropertyGets an absolute path to the working directory of this cache manager.
    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