The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

Set "set" in Starch::Store.

get

Set "get" in Starch::Store.

remove

Set "remove" in Starch::Store.

AUTHORS AND LICENSE

See "AUTHOR" in Starch, "CONTRIBUTORS" in Starch, and "LICENSE" in Starch.