FileCache Class
Represents a local on-disk cache.
Inheritance Hierarchy
SystemObject
  GroupDocs.Viewer.CachingFileCache

Namespace: GroupDocs.Viewer.Caching
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
public class FileCache : ICache

The FileCache type exposes the following members.

Constructors
  NameDescription
Public methodFileCache(String)
Creates new instance of FileCache class.
Public methodFileCache(String, String)
Creates new instance of FileCache class.
Properties
  NameDescription
Public propertyCachePath
The Relative or absolute path to the cache folder.
Public propertyCacheSubFolder
The sub-folder to append to the CachePath.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetKeys
Returns all file names that contains filter in filename.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSet
Serializes data to the local disk.
Public methodToString (Inherited from Object.)
Public methodTryGetValueT
Deserializes data associated with this key if present.
See Also