FileCache Class
Represents a local on-disk cache.
Inheritance Hierarchy
SystemObject
  GroupDocs.Annotation.CacheFileCache

Namespace: GroupDocs.Annotation.Cache
Assembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.9.0.0 (22.9)
Syntax
public class FileCache : ICache

The FileCache type exposes the following members.

Constructors
  NameDescription
Public methodFileCache
Initializes new instance of FileCache class.
Public methodFileCache(String)
Initializes new instance of FileCache class.
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 methodTryGetValue
Deserializes data associated with this key if present.
See Also