FileCacheAdapter
Implements
Index
Constructors
constructor
Parameters
options: { cacheDir: string; combined?: string | boolean }
cacheDir: string
optionalcombined: string | boolean
baseDir: string
pretty: boolean = false
Returns FileCacheAdapter
Methods
clear
Returns void
combine
Generates a combined cache from all existing entries.
Returns string | void
get
Gets the items under
name
key from the cache.Parameters
name: string
Returns any
remove
Removes the item from cache.
Parameters
name: string
Returns void
set
Sets the item to the cache.
origin
is used for cache invalidation and should reflect the change in data.Parameters
name: string
data: any
origin: string
Returns void
Clears all items stored in the cache.