Element index for Zebra_Cache
[ c ]
[ d ]
[ g ]
[ h ]
[ s ]
[ z ]
[ _ ]
top
top
top
top
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
|