Element index for namespace Nette-Caching

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ m ] [ o ] [ p ] [ r ] [ s ] [ t ] [ 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

b

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

c

Cache
in file Cache.php, class Cache
    Implements the cache for a application.
Cache.php
procedural page Cache.php
clean
in file ICacheStorage.php, method ICacheStorage::clean()
    Removes items from the cache by conditions.
clean
in file FileStorage.php, method FileStorage::clean()
    Removes items from the cache by conditions & garbage collector.
clean
in file DummyStorage.php, method DummyStorage::clean()
    Removes items from the cache by conditions & garbage collector.
clean
in file MemcachedStorage.php, method MemcachedStorage::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.
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.
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

$memcache
in file MemcachedStorage.php, variable MemcachedStorage::$memcache
MemcachedStorage.php
procedural page MemcachedStorage.php
MemcachedStorage
in file MemcachedStorage.php, class MemcachedStorage
    Memcached storage.
META_CONSTS
in file FileStorage.php, class constant FileStorage::META_CONSTS
    internal cache file structure
META_CONSTS
in file MemcachedStorage.php, class constant MemcachedStorage::META_CONSTS
    internal cache structure
META_DATA
in file MemcachedStorage.php, class constant MemcachedStorage::META_DATA
    internal cache structure
META_DELTA
in file FileStorage.php, class constant FileStorage::META_DELTA
    internal cache file structure
META_DELTA
in file MemcachedStorage.php, class constant MemcachedStorage::META_DELTA
    internal cache structure
META_EXPIRE
in file FileStorage.php, class constant FileStorage::META_EXPIRE
    internal cache file structure
META_FILES
in file FileStorage.php, class constant FileStorage::META_FILES
    internal cache file structure
META_FILES
in file MemcachedStorage.php, class constant MemcachedStorage::META_FILES
    internal cache structure
META_HEADER_LEN
in file FileStorage.php, class constant FileStorage::META_HEADER_LEN
    internal cache file structure
META_ITEMS
in file FileStorage.php, class constant FileStorage::META_ITEMS
    internal cache file structure
META_PRIORITY
in file FileStorage.php, class constant FileStorage::META_PRIORITY
    internal cache file structure
META_SERIALIZED
in file FileStorage.php, class constant FileStorage::META_SERIALIZED
    internal cache file structure
META_TAGS
in file FileStorage.php, class constant FileStorage::META_TAGS
    internal cache file structure
META_TIME
in file FileStorage.php, class constant FileStorage::META_TIME
    internal cache file structure
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

$prefix
in file MemcachedStorage.php, variable MemcachedStorage::$prefix
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 MemcachedStorage.php, method MemcachedStorage::read()
    Read from cache.
read
in file DummyStorage.php, method DummyStorage::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
    dependency
release
in file Cache.php, method Cache::release()
    Discards the internal cache.
remove
in file ICacheStorage.php, method ICacheStorage::remove()
    Removes item from the cache.
remove
in file DummyStorage.php, method DummyStorage::remove()
    Removes item from the cache.
remove
in file MemcachedStorage.php, method MemcachedStorage::remove()
    Removes item from the cache.
remove
in file FileStorage.php, method FileStorage::remove()
    Removes item from the cache.
top

s

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

t

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