Interface CountableStore
A countable key-value store.
In addition of the properties of a classical store, a countable store has the ability to count its keys.
- Webmozart\KeyValueStore\Api\CountableStore implements Webmozart\KeyValueStore\Api\KeyValueStore
Direct known implementers
Webmozart\KeyValueStore\ArrayStore, Webmozart\KeyValueStore\Decorator\CountableDecorator, Webmozart\KeyValueStore\JsonFileStore, Webmozart\KeyValueStore\NullStoreIndirect known implementers
Webmozart\KeyValueStore\SerializingArrayStore
Namespace: Webmozart\KeyValueStore\Api
Since: 1.0
Author: Bernhard Schussek bschussek@gmail.com
Author: Titouan Galopin galopintitouan@gmail.com
Located at Api/CountableStore.php
Since: 1.0
Author: Bernhard Schussek bschussek@gmail.com
Author: Titouan Galopin galopintitouan@gmail.com
Located at Api/CountableStore.php
public
|
clear(),
exists(),
get(),
getMultiple(),
getMultipleOrFail(),
getOrFail(),
keys(),
remove(),
set()
|