Zebra_Cache Zebra Cache

Element index for Zebra_Cache

[ c ] [ d ] [ g ] [ h ] [ s ] [ z ] [ _ ]

_

__construct
in file Zebra_Cache.php, method Zebra_Cache::__construct()
    Initializes the cache system with the provided storage backend.
__construct
in file Storage_File.php, method Storage_File::__construct()
    Constructor of the class.
__construct
in file Storage_Memcached.php, method Storage_Memcached::__construct()
    Constructor of the class.
__construct
in file Storage_Redis.php, method Storage_Redis::__construct()
    Constructor of the class.
top

c

$cache_gzcompress
in file Zebra_Cache.php, variable Zebra_Cache::$cache_gzcompress
    Whether data should be gzcompress-ed before being set() (using the function's default settings).
top

d

$default_timeout
in file Zebra_Cache.php, variable Zebra_Cache::$default_timeout
    The default number of seconds after which cached data will be considered as expired.
delete
in file Storage_Interface.php, method Storage_Interface::delete()
    Deletes a cache entry.
delete
in file Zebra_Cache.php, method Zebra_Cache::delete()
    Deletes the cache entry associated with the specified key.
delete
in file Storage_File.php, method Storage_File::delete()
    See Zebra_Cache::delete() for documentation.
delete
in file Storage_Memcached.php, method Storage_Memcached::delete()
    See Zebra_Cache::delete() for documentation.
delete
in file Storage_Redis.php, method Storage_Redis::delete()
    See Zebra_Cache::delete() for documentation.
top

g

get
in file Storage_Interface.php, method Storage_Interface::get()
    Retrieves an item from the cache.
get
in file Zebra_Cache.php, method Zebra_Cache::get()
    Retrieves an item from the cache.
get
in file Storage_File.php, method Storage_File::get()
    See Zebra_Cache::get() for documentation.
get
in file Storage_Memcached.php, method Storage_Memcached::get()
    See Zebra_Cache::get() for documentation.
get
in file Storage_Redis.php, method Storage_Redis::get()
    See Zebra_Cache::get() for documentation.
top

h

has
in file Storage_Interface.php, method Storage_Interface::has()
    Checks if a cache entry exists.
has
in file Zebra_Cache.php, method Zebra_Cache::has()
    Checks if a cache entry exists.
has
in file Storage_File.php, method Storage_File::has()
    See Zebra_Cache::has() for full documentation.
has
in file Storage_Memcached.php, method Storage_Memcached::has()
    See Zebra_Cache::has() for full documentation.
has
in file Storage_Redis.php, method Storage_Redis::has()
    See Zebra_Cache::has() for documentation.
top

s

set
in file Storage_Interface.php, method Storage_Interface::set()
    Stores an item in the cache.
set
in file Zebra_Cache.php, method Zebra_Cache::set()
    Stores an item in the cache.
Storage_Interface.php
procedural page Storage_Interface.php
Storage_Interface
in file Storage_Interface.php, class Storage_Interface
    Interface for cache storage mechanisms used in the Zebra Cache library.
set
in file Storage_File.php, method Storage_File::set()
    The data will be stored in a file on disk at the path specified in the constructor, having the name:
set
in file Storage_Memcached.php, method Storage_Memcached::set()
    See Zebra_Cache::set() for documentation.
set
in file Storage_Redis.php, method Storage_Redis::set()
    See Zebra_Cache::set() for documentation.
Storage_File.php
procedural page Storage_File.php
Storage_Memcached.php
procedural page Storage_Memcached.php
Storage_Redis.php
procedural page Storage_Redis.php
Storage_File
in file Storage_File.php, class Storage_File
    A file-based implementation of the Storage_Interface.
Storage_Memcached
in file Storage_Memcached.php, class Storage_Memcached
    A Memcache-based implementation of the Storage_Interface.
Storage_Redis
in file Storage_Redis.php, class Storage_Redis
    A Redis-based implementation of the Storage_Interface.
top

z

Zebra_Cache
in file Zebra_Cache.php, class Zebra_Cache
    A lightweight PHP caching library supporting multiple storage mechanisms.
Zebra_Cache.php
procedural page Zebra_Cache.php
top