Overview

Packages

  • ClipIt
    • clipit
      • api
    • urjc
      • backend
  • Elgg
    • Core
      • Access
      • Authentication
      • Cache
      • Caches
      • Core
      • DataMode
        • Site
      • DataModel
        • Annotations
        • Entities
        • Extender
        • File
        • Importable
        • Loggable
        • Notable
        • Object
        • User
      • DataStorage
      • Exception
      • Exceptions
        • Stub
      • FileStore
        • Disk
      • Groups
      • Helpers
      • HMAC
      • Memcache
      • Metadata
      • Navigation
      • ODD
      • Output
      • Plugins
        • Settings
      • Sessions
      • SocialModel
        • Friendable
        • Locatable
      • WebServicesAPI
      • Widgets
      • XML
      • XMLRPC
    • Exceptions
      • Stub
  • None
  • PHP

Classes

  • ElggCache
  • ElggLRUCache
  • ElggSharedMemoryCache
  • ElggStaticVariableCache
  • ElggVolatileMetadataCache
  • Overview
  • Package
  • Class
  • Tree

Package Elgg\Core\Cache

Classes summary
ElggCache ElggCache The elgg cache superclass. This defines the interface for a cache (wherever that cache is stored).
ElggLRUCache Least Recently Used Cache
ElggSharedMemoryCache Shared memory cache description. Extends ElggCache with functions useful to shared memory style caches (static variables, memcache etc)
ElggStaticVariableCache ElggStaticVariableCache Dummy cache which stores values in a static array. Using this makes future replacements to other caching back ends (eg memcache) much easier.
ElggVolatileMetadataCache ElggVolatileMetadataCache In memory cache of known metadata values stored by entity.
API documentation generated by ApiGen 2.8.0