Overview

Namespaces

  • Apptus
    • ESales
      • Connector
        • Report
        • Time
    • Util
      • Cache
  • PHP

Classes

  • ApcStateCache
  • ArrayStateCache
  • MemcachedStateCache
  • MemcacheStateCache
  • NoStateCache
  • PrefixStateCache
  • SQLite3StateCache

Interfaces

  • StateCache
  • Overview
  • Namespace
  • Class
  • Tree

Namespace Apptus\Util\Cache

Classes summary
ApcStateCache An implementation of the StateCache interface that uses the Alternative PHP Cache (APC).
ArrayStateCache An implementation of the StateCache interface using arrays.
MemcachedStateCache An implementation of the StateCache interface using memcached.
MemcacheStateCache An implementation of the StateCache interface using memcached.
NoStateCache An implementation of the StateCache interface that do not keep any state.
PrefixStateCache A class that handle prefixing all keys for another StateCache instance.
SQLite3StateCache Interface for a key based string cache.
Interfaces summary
StateCache Interface for a key based string cache.
Apptus ESales Connector PHP API documentation generated by ApiGen