FileCache class

FileCache class

Represents a local on-disk cache.

The FileCache type exposes the following members:

Constructors

Constructor Description
init Initializes a new FileCache instance.
init Initializes a new instance of the FileCache class.

Methods

Method Description
get_keys Returns all file names that contain the filter in the filename.
get_keys_file
get_keys_string
set Serializes data to the local disk.
set_file
set_string
try_get_value
try_get_value_file
try_get_value_string

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.

See Also