FileCache class

FileCache class

Represents a local on-disk cache.

The FileCache type exposes the following members:

Constructors

Constructor Description
init Creates new instance of FileCache class.
init Creates new instance of FileCache class.

Properties

Property Description
cache_path The Relative or absolute path to the cache folder.
cache_sub_folder The sub-folder to append to the FileCache.cache_path.

Methods

Method Description
set Serializes data to the local disk.
get_keys Returns all file names that contains filter in filename.

See Also