Element index for namespace Caching

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ w ] [ _ ]

_

__construct
in file MemcachedStorage.php, method NMemcachedStorage::__construct()
__construct
in file FileStorage.php, method NFileStorage::__construct()
__construct
in file Cache.php, method NCache::__construct()
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

d

DummyStorage.php
procedural page DummyStorage.php
top

e

EXPIRE
in file Cache.php, class constant NCache::EXPIRE
    dependency
top

f

FileStorage.php
procedural page FileStorage.php
FILE
in file FileStorage.php, class constant NFileStorage::FILE
    additional cache structure
FILES
in file Cache.php, class constant NCache::FILES
    dependency
top

g

$gcProbability
in file FileStorage.php, variable NFileStorage::$gcProbability
getCacheFile
in file FileStorage.php, method NFileStorage::getCacheFile()
    Returns file name.
getNamespace
in file Cache.php, method NCache::getNamespace()
    Returns cache namespace.
getStorage
in file Cache.php, method NCache::getStorage()
    Returns cache storage.
top

h

HANDLE
in file FileStorage.php, class constant NFileStorage::HANDLE
    additional cache structure
top

i

ICacheStorage.php
procedural page ICacheStorage.php
ICacheStorage
in file ICacheStorage.php, class ICacheStorage
    NCache storage.
isAvailable
in file MemcachedStorage.php, method NMemcachedStorage::isAvailable()
    Checks if Memcached extension is available.
ITEMS
in file Cache.php, class constant NCache::ITEMS
    dependency
top

m

MemcachedStorage.php
procedural page MemcachedStorage.php
top

n

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

p

PRIORITY
in file Cache.php, class constant NCache::PRIORITY
    dependency
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

s

save
in file Cache.php, method NCache::save()
    Writes item into the cache.
SLIDING
in file Cache.php, class constant NCache::SLIDING
    dependency
top

t

TAGS
in file Cache.php, class constant NCache::TAGS
    dependency
top

u

$useDirectories
in file FileStorage.php, variable NFileStorage::$useDirectories
top

w

write
in file MemcachedStorage.php, method NMemcachedStorage::write()
    Writes item into the cache.
write
in file ICacheStorage.php, method ICacheStorage::write()
    Writes item into the cache.
write
in file FileStorage.php, method NFileStorage::write()
    Writes item into the cache.
write
in file DummyStorage.php, method NDummyStorage::write()
    Writes item into the cache.
top