Element index for namespace Nette-Caching

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

_

__construct
in file MemcachedStorage.php, method MemcachedStorage::__construct()
__construct
in file FileStorage.php, method FileStorage::__construct()
__construct
in file Cache.php, method Cache::__construct()
top

a

ALL
in file Cache.php, class constant Cache::ALL
    dependency
top

c

Cache
in file Cache.php, class Cache
    Implements the cache for a application.
Cache.php
procedural page Cache.php
CALLBACKS
in file Cache.php, class constant Cache::CALLBACKS
    dependency
checkCallbacks
in file Cache.php, method Cache::checkCallbacks()
    Checks CALLBACKS dependencies.
clean
in file ICacheStorage.php, method ICacheStorage::clean()
    Removes items from the cache by conditions.
clean
in file MemcachedStorage.php, method MemcachedStorage::clean()
    Removes items from the cache by conditions & garbage collector.
clean
in file FileStorage.php, method FileStorage::clean()
    Removes items from the cache by conditions & garbage collector.
clean
in file Cache.php, method Cache::clean()
    Removes items from the cache by conditions.
clean
in file DummyStorage.php, method DummyStorage::clean()
    Removes items from the cache by conditions & garbage collector.
CONSTS
in file Cache.php, class constant Cache::CONSTS
    dependency
top

d

DummyStorage.php
procedural page DummyStorage.php
DummyStorage
in file DummyStorage.php, class DummyStorage
    Cache dummy storage.
top

e

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

f

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

g

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

h

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

i

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

m

MemcachedStorage.php
procedural page MemcachedStorage.php
MemcachedStorage
in file MemcachedStorage.php, class MemcachedStorage
    Memcached storage.
top

o

offsetExists
in file Cache.php, method Cache::offsetExists()
    Exists item in cache? (\ArrayAccess implementation).
offsetGet
in file Cache.php, method Cache::offsetGet()
    Retrieves the specified item from the cache or NULL if the key is not found (\ArrayAccess implementation).
offsetSet
in file Cache.php, method Cache::offsetSet()
    Inserts (replaces) item into the cache (\ArrayAccess implementation).
offsetUnset
in file Cache.php, method Cache::offsetUnset()
    Removes the specified item from the cache.
top

p

PRIORITY
in file Cache.php, class constant Cache::PRIORITY
    dependency
top

r

read
in file ICacheStorage.php, method ICacheStorage::read()
    Read from cache.
read
in file DummyStorage.php, method DummyStorage::read()
    Read from cache.
read
in file MemcachedStorage.php, method MemcachedStorage::read()
    Read from cache.
read
in file FileStorage.php, method FileStorage::read()
    Read from cache.
readData
in file FileStorage.php, method FileStorage::readData()
    Reads cache data from disk and closes cache file handle.
readMeta
in file FileStorage.php, method FileStorage::readMeta()
    Reads cache data from disk.
REFRESH
in file Cache.php, class constant Cache::REFRESH
release
in file Cache.php, method Cache::release()
    Discards the internal cache.
remove
in file MemcachedStorage.php, method MemcachedStorage::remove()
    Removes item from the cache.
remove
in file DummyStorage.php, method DummyStorage::remove()
    Removes item from the cache.
remove
in file FileStorage.php, method FileStorage::remove()
    Removes item from the cache.
remove
in file ICacheStorage.php, method ICacheStorage::remove()
    Removes item from the cache.
top

s

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

t

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

u

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

w

write
in file MemcachedStorage.php, method MemcachedStorage::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 FileStorage::write()
    Writes item into the cache.
write
in file DummyStorage.php, method DummyStorage::write()
    Writes item into the cache.
top