FileCache
FileCache class
Represents a local on-disk cache.
The FileCache type exposes the following members:
Constructors
| Name |
Description |
| FileCache(cache_path) |
Initializes a new instance of the FileCache class |
| FileCache(cache_path, cache_sub_folder) |
Initializes a new instance of the FileCache class |
Properties
| Name |
Description |
| cache_path |
The Relative or absolute path to the cache folder. |
| cache_sub_folder |
The sub-folder to append to the cache_path. |
Methods
| Name |
Description |
| set(key, value) |
Serializes data to the local disk. |
| get_keys(filter) |
Returns all file names that contains filter in filename. |
See Also