Support index lookups
Whether cache is complete
Optional
Readonly
keyDefault property to use as primary key
Readonly
optionsGet all cached items
Add a new item to the cache. Like set, but finds key automatically
Item to add to cache
Override default expiry
Add several rows to the cache
Several items that will be cached using the default key
Mark cache as complete & reliable, defaults to true
Get all cached items
Optional
expired: booleanArray of items
Delete an item from the cache
Item's primary key
Return cache as an array of key-value pairs
Optional
expired: booleanKey-value pairs array
Manually expire a cached item
Key to expire
Get item from the cache
Key to lookup
Optional
expired: booleanInclude expired items
Cached item
Get map of cached items
Optional
expired: boolean
Map of data which tracks whether it is a complete collection & offers optional expiry of cached values