This class enables easy on disk caching of objects based on a key that is given to the RocksCache.
Located in /RocksCache.php (line 9)
The constructor gives the cache its $key value, as well as allowing the default $cacheFolder to be overridden.
This function caches a object passed to it. It handles creating a new cache folder.
This function indicates if a cache exists
This function deletes the cached object
This function reads the cached object
