Namespace Webmozart\KeyValueStore\Decorator
| AbstractDecorator | A delegating decorator delegate each call of a KeyValueStore method to the internal store. |
| CachingDecorator | A caching decorator implementing a cache layer for any store. |
| CountableDecorator | A countable decorator implementing a count system for any store. |
| SortableDecorator | A sortable decorator implementing a sort system for any store. |