NAME
Starch::Store::Memory - In-memory Starch store.
DESCRIPTION
This store provides an in-memory store using a hash ref to store the data. This store is mostly here as a proof of concept and for writing tests against.
OPTIONAL ARGUMENTS
global
Set this to a true value to use a shared memory store for all instances of this class that enable this argument.
memory
This is the hash ref which is used for storing states. Defaults to a global hash ref if "global" is set, or a new hash ref if not.
METHODS
set
get
remove
Set "remove" in Starch::Store.
SUPPORT
See "SUPPORT" in Starch.
AUTHORS
See "AUTHORS" in Starch.