if true, use a memory-backed fallback store, if a check test of localStorage
fails
only used for testing
how many most recently used keys are tracked – i.e. the number of tracked recently used objects.
if true, attempt to parse already existing JSON in localStorage
the key used to store the list of recently used keys
a common string delimiting the type prefix and the value, could be an empty string.
custom type prefixes
corresponding to serializer custom de-serializer
A function preventing certain keys from being removed – i.e. only if it returns true, that key is a candidate for removal. Use it to prevent keys from being removed if they are "more important" than others.
bring your own custom object serializer – must have corresponding a counterpart deserializer
Generated using TypeDoc
the delimiter used to separate keys in the recent list
"\0"