Overview

Namespaces

  • Webmozart
    • KeyValueStore
      • Api
      • Decorator
      • Util

Classes

  • AbstractDecorator
  • CachingDecorator
  • CountableDecorator
  • SortableDecorator
  • Overview
  • Namespace
  • Class

Namespace Webmozart\KeyValueStore\Decorator

Classes summary
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.
Webmozart Key-Value Store API API documentation generated by ApiGen