Overview

Namespaces

  • Webmozart
    • KeyValueStore
      • Api
      • Decorator
      • Util

Interfaces

  • CountableStore
  • KeyValueStore
  • SortableStore

Exceptions

  • InvalidKeyException
  • NoSuchKeyException
  • ReadException
  • SerializationFailedException
  • UnserializationFailedException
  • UnsupportedValueException
  • WriteException
  • Overview
  • Namespace
  • Class

Namespace Webmozart\KeyValueStore\Api

Interfaces summary
CountableStore A countable key-value store.
KeyValueStore A key-value store.
SortableStore A sortable key-value store.
Exceptions summary
InvalidKeyException Thrown when a key is invalid.
NoSuchKeyException Thrown when a key was not found in the store.
ReadException Thrown when a key-value store cannot be read.
SerializationFailedException Thrown when a value cannot be serialized.
UnserializationFailedException Thrown when a value cannot be unserialized.
UnsupportedValueException Thrown when an unsupported value is stored in a key-value store.
WriteException Thrown when a key-value store cannot be written.
Webmozart Key-Value Store API API documentation generated by ApiGen