Element index for namespace Caching
[
a ]
[
c ]
[
d ]
[
e ]
[
f ]
[
g ]
[
h ]
[
i ]
[
m ]
[
n ]
[
o ]
[
p ]
[
r ]
[
s ]
[
t ]
[
u ]
[
w ]
[
_ ]
top
a
- ALL
- in file Cache.php, class constant NCache::ALL
dependency
top
c
- Cache.php
- procedural page Cache.php
- CALLBACKS
- in file Cache.php, class constant NCache::CALLBACKS
dependency
- checkCallbacks
- in file Cache.php, method NCache::checkCallbacks()
Checks CALLBACKS dependencies.
- clean
- in file FileStorage.php, method NFileStorage::clean()
Removes items from the cache by conditions & garbage collector.
- clean
- in file ICacheStorage.php, method ICacheStorage::clean()
Removes items from the cache by conditions.
- clean
- in file Cache.php, method NCache::clean()
Removes items from the cache by conditions.
- clean
- in file MemcachedStorage.php, method NMemcachedStorage::clean()
Removes items from the cache by conditions & garbage collector.
- clean
- in file DummyStorage.php, method NDummyStorage::clean()
Removes items from the cache by conditions & garbage collector.
- CONSTS
- in file Cache.php, class constant NCache::CONSTS
dependency
top
top
top
top
top
top
top
m
- $memcache
- in file MemcachedStorage.php, variable NMemcachedStorage::$memcache
- MemcachedStorage.php
- procedural page MemcachedStorage.php
- META_CALLBACKS
- in file FileStorage.php, class constant NFileStorage::META_CALLBACKS
internal cache file structure
- META_CALLBACKS
- in file MemcachedStorage.php, class constant NMemcachedStorage::META_CALLBACKS
internal cache structure
- META_DATA
- in file MemcachedStorage.php, class constant NMemcachedStorage::META_DATA
internal cache structure
- META_DELTA
- in file FileStorage.php, class constant NFileStorage::META_DELTA
internal cache file structure
- META_DELTA
- in file MemcachedStorage.php, class constant NMemcachedStorage::META_DELTA
internal cache structure
- META_EXPIRE
- in file FileStorage.php, class constant NFileStorage::META_EXPIRE
internal cache file structure
- META_HEADER_LEN
- in file FileStorage.php, class constant NFileStorage::META_HEADER_LEN
internal cache file structure
- META_ITEMS
- in file FileStorage.php, class constant NFileStorage::META_ITEMS
internal cache file structure
- META_PRIORITY
- in file FileStorage.php, class constant NFileStorage::META_PRIORITY
internal cache file structure
- META_SERIALIZED
- in file FileStorage.php, class constant NFileStorage::META_SERIALIZED
internal cache file structure
- META_TAGS
- in file FileStorage.php, class constant NFileStorage::META_TAGS
internal cache file structure
- META_TIME
- in file FileStorage.php, class constant NFileStorage::META_TIME
internal cache file structure
top
n
- NAMESPACE_SEPARATOR
- in file Cache.php, class constant NCache::NAMESPACE_SEPARATOR
- NCache
- in file Cache.php, class NCache
Implements the cache for a application.
- NDummyStorage
- in file DummyStorage.php, class NDummyStorage
NCache dummy storage.
- NFileStorage
- in file FileStorage.php, class NFileStorage
NCache file storage.
- NMemcachedStorage
- in file MemcachedStorage.php, class NMemcachedStorage
Memcached storage.
top
o
- offsetExists
- in file Cache.php, method NCache::offsetExists()
Exists item in cache? (\ArrayAccess implementation).
- offsetGet
- in file Cache.php, method NCache::offsetGet()
Retrieves the specified item from the cache or NULL if the key is not found (\ArrayAccess implementation).
- offsetSet
- in file Cache.php, method NCache::offsetSet()
Inserts (replaces) item into the cache (\ArrayAccess implementation).
- offsetUnset
- in file Cache.php, method NCache::offsetUnset()
Removes the specified item from the cache.
top
top
r
- read
- in file ICacheStorage.php, method ICacheStorage::read()
Read from cache.
- read
- in file MemcachedStorage.php, method NMemcachedStorage::read()
Read from cache.
- read
- in file DummyStorage.php, method NDummyStorage::read()
Read from cache.
- read
- in file FileStorage.php, method NFileStorage::read()
Read from cache.
- readData
- in file FileStorage.php, method NFileStorage::readData()
Reads cache data from disk and closes cache file handle.
- readMeta
- in file FileStorage.php, method NFileStorage::readMeta()
Reads cache data from disk.
- REFRESH
- in file Cache.php, class constant NCache::REFRESH
- release
- in file Cache.php, method NCache::release()
Discards the internal cache.
- remove
- in file ICacheStorage.php, method ICacheStorage::remove()
Removes item from the cache.
- remove
- in file DummyStorage.php, method NDummyStorage::remove()
Removes item from the cache.
- remove
- in file MemcachedStorage.php, method NMemcachedStorage::remove()
Removes item from the cache.
- remove
- in file FileStorage.php, method NFileStorage::remove()
Removes item from the cache.
top
top
t
- TAGS
- in file Cache.php, class constant NCache::TAGS
dependency
top
top
top