For each data value being cached, FileCache will store it in a separate file.
The cache files are placed under [[cachePath]]. FileCache will perform garbage collection
automatically to remove expired cache files.
Please refer to Cache for common cache operations that are supported by FileCache.