GenieCache.fromcache-Tuple{Any} - Method
fromcache(key::Any, expiration::Int; dir::String = "") :: Union{Nothing,Any}
Retrieves from cache the object stored under the key
key if the expiration
delta (in seconds) is in the future.
GenieCache.purge-Tuple{Any} - Method
GenieCache.purgeall-Tuple{} - Method
GenieCache.tocache-Tuple{Any, Any} - Method
tocache(key::Any, content::Any; dir::String = "") :: Nothing
Persists content
onto the file system under the key
key.
GenieCacheFileCache.cache_path-Tuple{Any} - Method
cache_path(key::Any; dir::String = "") :: String
Computes the path to a cache key
based on current cache settings.