Class SerializingArrayStore
A key-value store backed by a PHP array with serialized entries.
The contents of the store are lost when the store is released from memory.
This store behaves more like persistent key-value stores than
Webmozart\KeyValueStore\ArrayStore
. It is useful for testing.
- Webmozart\KeyValueStore\ArrayStore implements Webmozart\KeyValueStore\Api\SortableStore, Webmozart\KeyValueStore\Api\CountableStore
- Webmozart\KeyValueStore\SerializingArrayStore
Namespace: Webmozart\KeyValueStore
Since: 1.0
Author: Bernhard Schussek bschussek@gmail.com
Deprecated:
Located at SerializingArrayStore.php
Since: 1.0
Author: Bernhard Schussek bschussek@gmail.com
Deprecated:
Deprecated as of version 1.0, will be removed in version
2.0. Use the ArrayStore
with the SERIALIZE
flag
instead.
Located at SerializingArrayStore.php
public
|
clear(),
count(),
exists(),
get(),
getMultiple(),
getMultipleOrFail(),
getOrFail(),
keys(),
remove(),
set(),
sort(),
toArray()
|
SERIALIZE
|