Element index for namespace Nette-Caching
[
a ]
[
c ]
[
d ]
[
e ]
[
f ]
[
g ]
[
h ]
[
i ]
[
m ]
[
o ]
[
p ]
[
r ]
[
s ]
[
t ]
[
u ]
[
w ]
[
_ ]
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
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
top
h
- HANDLE
- in file FileStorage.php, class constant FileStorage::HANDLE
additional cache structure
top
top
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
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
- 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.
- SLIDING
- in file Cache.php, class constant Cache::SLIDING
dependency
top
t
- TAGS
- in file Cache.php, class constant Cache::TAGS
dependency
top
top
top