Optional Readonly checkOptional Readonly deletewhether keys will be deleted automatically when they expire.
Optional Readonly maxSpecifies a maximum amount of keys that can be stored in the cache. If a new item is set and the cache is full, an error is thrown and the key will not be saved in the cache.
0 disables the key limit.
@default: 0
Optional Readonly ttlDefault TTL in seconds.
@default: double the default checkPeriod
Generated using TypeDoc
The period in seconds, as a number, used for the automatic delete check interval. 0 = no periodic check.
@default: 30