VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / ConvertedFilesCacheManager Class
Constructors Properties Methods SeeAlso
In This Topic
    ConvertedFilesCacheManager Class Members
    In This Topic
    The following tables list the members exposed by ConvertedFilesCacheManager.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ConvertedFilesCacheManager class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value that determines how long, in minutes, cached object will be stored on server. (Inherited from CacheManagerBase)
    Public PropertyGets the data storage, which is used for storing data of this cache manager. (Inherited from CacheManagerBase)
    Public PropertyGets an absolute path to the working directory of this cache manager. (Inherited from CacheManagerBase)
    Public Methods
     NameDescription
    Public MethodClears the cache.
    Public MethodDeletes the item from the cache manager. (Inherited from CacheManagerBase)
    Public MethodDeletes old cache.
    Public MethodOverloaded. Returns a file identifier for converted file.
    Public MethodReturns an item from the cache manager. (Inherited from CacheManagerBase)
    Public MethodReturns an absolute path to a file, which stores the converted 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 MethodUnlocks locked item in cache manager. (Inherited from CacheManagerBase)
    Protected Methods
     NameDescription
    Protected MethodCreates a data storage for current cache manager.
    Protected MethodRemoves the files from directory if file lifetime is finished. (Inherited from CacheManagerBase)
    See Also