Alpha Framework 3.0.0 API Documentation
  • Namespace
  • Class

Namespaces

  • Alpha
    • Controller
      • Front
    • Exception
    • Model
      • Type
    • Task
    • Util
      • Backup
      • Cache
      • Code
        • Highlight
        • Metric
      • Config
      • Convertor
      • Email
      • Extension
      • Feed
      • File
      • Graph
      • Helper
      • Http
        • Filter
        • Session
      • Image
      • Logging
      • Search
      • Security
      • Service
    • View
      • Renderer
        • Html
        • Json
      • Widget

Classes

  • CacheProviderAPC
  • CacheProviderArray
  • CacheProviderFile
  • CacheProviderMemcache
  • CacheProviderRedis

Interfaces

  • CacheProviderInterface

Namespace Alpha\Util\Cache

Classes summary

CacheProviderAPC

An implementation of the CacheProviderInterface interface that uses APC/APCu as the target store.

CacheProviderArray

An implementation of the CacheProviderInterface interface that uses an array as the target store. Only useful for unit tests.

CacheProviderFile

An implementation of the CacheProviderInterface interface that uses the file system (app.file.store.dir) as the target store.

CacheProviderMemcache

An implementation of the CacheProviderInterface interface that uses Memcache as the target store.

CacheProviderRedis

An implementation of the CacheProviderInterface interface that uses Redis as the target store.

Interfaces summary

CacheProviderInterface

An interface that contains the methods for a cache implementation for storing business objects and other less complex values.

Alpha Framework 3.0.0 API Documentation API documentation generated by ApiGen