
Data::Keys::E::Store::Mem - in memory storage

my $dk = Data::Keys->new(
'extend_with' => 'Store::Mem',
);

Stores key/values in memory.

Hashref holding the key/values.

Return value of the $key from the "mem_store" hash.
Sets $value to $key of the "mem_store" hash.

Jozef Kutej