Cache
[ ]
[ ]
[ ]
[ ]
[ ]
Element index for package Cache
[
a ]
[
b ]
[
c ]
[
d ]
[
e ]
[
f ]
[
g ]
[
i ]
[
k ]
[
l ]
[
m ]
[
o ]
[
p ]
[
r ]
[
s ]
[
t ]
[
u ]
[
v ]
[
_ ]
_
- __construct : ezcCacheMemoryVarStruct
- in file memory_var.php, method ezcCacheMemoryVarStruct::__construct()
Constructs a new ezcCacheMemoryVarStruct object.
- __construct : ezcCacheStorageMemoryRegisterStruct
- in file memory_register.php, method ezcCacheStorageMemoryRegisterStruct::__construct()
Constructs a new ezcCacheStorageMemoryRegisterStruct.
- __construct : ezcCacheStorageMemoryDataStruct
- in file memory_data.php, method ezcCacheStorageMemoryDataStruct::__construct()
Constructs a new ezcCacheMemoryDataStruct.
- __construct : ezcCacheStorageMemory
- in file memory.php, method ezcCacheStorageMemory::__construct()
Creates a new cache storage in the given location.
- __construct : ezcCacheStorage
- in file storage.php, method ezcCacheStorage::__construct()
Creates a new cache storage in the given location.
- __construct : ezcCacheStorageOptions
- in file storage.php, method ezcCacheStorageOptions::__construct()
Constructs a new options object.
- __construct : ezcCacheStorageMemcacheOptions
- in file storage_memcache.php, method ezcCacheStorageMemcacheOptions::__construct()
Constructs an object with the specified values.
- __construct : ezcCacheStorageFileOptions
- in file storage_file.php, method ezcCacheStorageFileOptions::__construct()
Constructs a new options class.
- __construct : ezcCacheStorageFileApcArrayOptions
- in file storage_apc_array.php, method ezcCacheStorageFileApcArrayOptions::__construct()
Constructs an object with the specified values.
- __construct : ezcCacheStorageApcOptions
- in file storage_apc.php, method ezcCacheStorageApcOptions::__construct()
Constructs an object with the specified values.
- __construct : ezcCacheMemcacheException
- in file memcache_exception.php, method ezcCacheMemcacheException::__construct()
Creates a new ezcCacheMemcacheException.
- __construct : ezcCacheStorageApc
- in file apc.php, method ezcCacheStorageApc::__construct()
Creates a new cache storage in the given location.
- __construct : ezcCacheStorageFile
- in file file.php, method ezcCacheStorageFile::__construct()
Creates a new cache storage in the given location.
- __construct : ezcCacheApcException
- in file apc_exception.php, method ezcCacheApcException::__construct()
Creates a new ezcCacheApcException.
- __construct : ezcCacheApcBackend
- in file apc_backend.php, method ezcCacheApcBackend::__construct()
Constructs a new ezcCacheApcBackend object.
- __construct : ezcCacheStorageFileApcArray
- in file apc_array.php, method ezcCacheStorageFileApcArray::__construct()
Creates a new cache storage in the given location. The location in case of this storage class must a valid file system directory.
- __construct : ezcCacheStorageFileApcArrayDataStruct
- in file file_apc_array_data.php, method ezcCacheStorageFileApcArrayDataStruct::__construct()
Constructs a new ezcCacheStorageFileApcArrayDataStruct.
- __construct : ezcCacheInvalidDataException
- in file invalid_data.php, method ezcCacheInvalidDataException::__construct()
Creates a new ezcCacheInvalidDataException.
- __construct : ezcCacheMemcacheBackend
- in file memcache_backend.php, method ezcCacheMemcacheBackend::__construct()
Constructs a new ezcCacheMemcacheBackend object.
- __construct : ezcCacheStorageMemcache
- in file memcache.php, method ezcCacheStorageMemcache::__construct()
Creates a new cache storage in the given location.
- __construct : ezcCacheInvalidStorageClassException
- in file invalid_storage_class.php, method ezcCacheInvalidStorageClassException::__construct()
Creates a new ezcCacheInvalidStorageClassException
- __construct : ezcCacheInvalidIdException
- in file invalid_id.php, method ezcCacheInvalidIdException::__construct()
Creates a new ezcCacheInvalidIdException.
- __construct : ezcCacheUsedLocationException
- in file used_location.php, method ezcCacheUsedLocationException::__construct()
Creates a new ezcCacheUsedLocationException.
- __destruct : ezcCacheMemcacheBackend
- in file memcache_backend.php, method ezcCacheMemcacheBackend::__destruct()
Destructor for the Memcache backend.
a
- $atime : ezcCacheStorageFileApcArrayDataStruct
- in file file_apc_array_data.php, variable ezcCacheStorageFileApcArrayDataStruct::$atime
Holds the accessed time of the file.
- $attributes : ezcCacheStorageMemoryRegisterStruct
- in file memory_register.php, variable ezcCacheStorageMemoryRegisterStruct::$attributes
Holds the attributes of an entry in the registry.
- BACKEND_NAME : ezcCacheStorageApc
- in file apc.php, class constant ezcCacheStorageApc::BACKEND_NAME
The backend name.
- BACKEND_NAME : ezcCacheStorageMemcache
- in file memcache.php, class constant ezcCacheStorageMemcache::BACKEND_NAME
The backend name.
- apc_backend.php
- procedural page apc_backend.php
- apc_exception.php
- procedural page apc_exception.php
- apc_array.php
- procedural page apc_array.php
- apc.php
- procedural page apc.php
- array.php
- procedural page array.php
b
- $backend : ezcCacheStorageMemory
- in file memory.php, variable ezcCacheStorageMemory::$backend
Holds the memory backend object which communicates with the memory handler (Memcache, APC).
- $backendName : ezcCacheStorageMemory
- in file memory.php, variable ezcCacheStorageMemory::$backendName
Holds the name of the memory backend.
c
- calcLifetime : ezcCacheStorageFileApcArray
- in file apc_array.php, method ezcCacheStorageFileApcArray::calcLifetime()
Calculates the lifetime remaining for a cache object.
- calcLifetime : ezcCacheStorageFile
- in file file.php, method ezcCacheStorageFile::calcLifetime()
Calculates the lifetime remaining for a cache object.
- calcLifetime : ezcCacheStorageMemory
- in file memory.php, method ezcCacheStorageMemory::calcLifetime()
Calculates the lifetime remaining for a cache object.
- countDataItems : ezcCacheStorageMemory
- in file memory.php, method ezcCacheStorageMemory::countDataItems()
Returns the number of items in the cache matching a certain criteria.
- countDataItems : ezcCacheStorageFile
- in file file.php, method ezcCacheStorageFile::countDataItems()
Return the number of items in the cache matching a certain criteria.
- countDataItems : ezcCacheStorage
- in file storage.php, method ezcCacheStorage::countDataItems()
Return the number of items in the cache matching a certain criteria.
- createCache : ezcCacheManager
- in file manager.php, method ezcCacheManager::createCache()
Creates a new cache in the manager.
d
- $data : ezcCacheStorageFileApcArrayDataStruct
- in file file_apc_array_data.php, variable ezcCacheStorageFileApcArrayDataStruct::$data
Holds the actual data.
- $data : ezcCacheStorageMemoryDataStruct
- in file memory_data.php, variable ezcCacheStorageMemoryDataStruct::$data
Holds the actual data.
- delete : ezcCacheMemoryBackend
- in file memory_backend.php, method ezcCacheMemoryBackend::delete()
Deletes the data associated with key $key.
- delete : ezcCacheStorage
- in file storage.php, method ezcCacheStorage::delete()
Delete data from the cache.
- delete : ezcCacheStorageMemory
- in file memory.php, method ezcCacheStorageMemory::delete()
Deletes the data associated with $id or $attributes from the cache.
- delete : ezcCacheMemcacheBackend
- in file memcache_backend.php, method ezcCacheMemcacheBackend::delete()
Deletes the data from the cache associated with key $key. Returns true or false depending on the success of the operation.
- delete : ezcCacheApcBackend
- in file apc_backend.php, method ezcCacheApcBackend::delete()
Deletes the data associated with key $key. Returns true or false depending on the success of the operation.
- delete : ezcCacheStorageFile
- in file file.php, method ezcCacheStorageFile::delete()
Delete data from the cache.
- delete : ezcCacheStorageFileApcArray
- in file apc_array.php, method ezcCacheStorageFileApcArray::delete()
Deletes the data associated with $id or $attributes from the cache.
e
- exception.php
- procedural page exception.php
- eval_array.php
- procedural page eval_array.php
- ezcCacheApcBackend
- in file apc_backend.php, class ezcCacheApcBackend
This backend stores data in an APC cache.
- ezcCacheApcException
- in file apc_exception.php, class ezcCacheApcException
Thrown when encountering an error in the APC backend.
- ezcCacheException
- in file exception.php, class ezcCacheException
General exception container for the Cache component.
- ezcCacheInvalidDataException
- in file invalid_data.php, class ezcCacheInvalidDataException
Thrown if the data to be stored in a cache can not be handled by the storage.
- ezcCacheInvalidIdException
- in file invalid_id.php, class ezcCacheInvalidIdException
Exception that is thrown if the given cache ID does not exist.
- ezcCacheInvalidStorageClassException
- in file invalid_storage_class.php, class ezcCacheInvalidStorageClassException
Exception that is thrown when an invalid storage class is used.
- ezcCacheManager
- in file manager.php, class ezcCacheManager
This is the main class of the Cache package. It gives you a handy interface to create and manage multiple caches at once. It enables you to configure all caches you need in your application in a central place and access them on demand in any place in your application.
- ezcCacheMemcacheBackend
- in file memcache_backend.php, class ezcCacheMemcacheBackend
This backend stores data in a Memcache.
- ezcCacheMemcacheException
- in file memcache_exception.php, class ezcCacheMemcacheException
Thrown when encountering an error in the Memcache backend.
- ezcCacheMemoryBackend
- in file memory_backend.php, class ezcCacheMemoryBackend
An abstract class defining the required methods for memory handlers.
- ezcCacheMemoryVarStruct
- in file memory_var.php, class ezcCacheMemoryVarStruct
Defines a memory var structure.
- ezcCacheStorage
- in file storage.php, class ezcCacheStorage
This is the abstract base class for all cache storages. It provides the interface to be implemented by a cache backend as abstract methods.
- ezcCacheStorageApc
- in file apc.php, class ezcCacheStorageApc
This class is a common base class for all APC based storage classes.
- ezcCacheStorageApcOptions
- in file storage_apc.php, class ezcCacheStorageApcOptions
Option class for defining a connection to APC.
- ezcCacheStorageApcPlain
- in file plain.php, class ezcCacheStorageApcPlain
This storage implementation stores data in an APC cache.
- ezcCacheStorageFile
- in file file.php, class ezcCacheStorageFile
This class implements most of the methods which have been declared abstract in ezcCacheStorage, but also declares 2 new methods abstract, which have to be implemented by storage driver itself.
- ezcCacheStorageFileApcArray
- in file apc_array.php, class ezcCacheStorageFileApcArray
This class is a replacement for the ezcCacheStorageFileArray class. Tries to serve data from a local APC cache if possible.
- ezcCacheStorageFileApcArrayDataStruct
- in file file_apc_array_data.php, class ezcCacheStorageFileApcArrayDataStruct
Defines a file array APC Storage structure.
- ezcCacheStorageFileApcArrayOptions
- in file storage_apc_array.php, class ezcCacheStorageFileApcArrayOptions
Option class for APC array storage.
- ezcCacheStorageFileArray
- in file array.php, class ezcCacheStorageFileArray
This cache storage implementation stores arrays and scalar values
- ezcCacheStorageFileEvalArray
- in file eval_array.php, class ezcCacheStorageFileEvalArray
This cache storage implementation stores arrays and scalar values (int,
- ezcCacheStorageFileOptions
- in file storage_file.php, class ezcCacheStorageFileOptions
Option class for the ezcCacheStorageFile class.
- ezcCacheStorageFilePlain
- in file plain.php, class ezcCacheStorageFilePlain
This class implements a simple storage to cache plain text on the filesystem. It takes it's base methods from the extended storage base class ezcCacheStorageFile.
- ezcCacheStorageMemcache
- in file memcache.php, class ezcCacheStorageMemcache
This class is a common base class for all Memcache based storage classes.
- ezcCacheStorageMemcacheOptions
- in file storage_memcache.php, class ezcCacheStorageMemcacheOptions
Option class for defining a connection to a Memcache server.
- ezcCacheStorageMemcachePlain
- in file plain.php, class ezcCacheStorageMemcachePlain
This storage implementation stores data in a Memcache cache.
- ezcCacheStorageMemory
- in file memory.php, class ezcCacheStorageMemory
Base abstract class for all memory storage classes.
- ezcCacheStorageMemoryDataStruct
- in file memory_data.php, class ezcCacheStorageMemoryDataStruct
Defines a memory data storage structure.
- ezcCacheStorageMemoryRegisterStruct
- in file memory_register.php, class ezcCacheStorageMemoryRegisterStruct
Defines an APC Register structure.
- ezcCacheStorageOptions
- in file storage.php, class ezcCacheStorageOptions
Option class for the ezcCacheStorage class.
- ezcCacheUsedLocationException
- in file used_location.php, class ezcCacheUsedLocationException
Exception that is thrown when a given location is already in use.
- REGISTRY_NAME : ezcCacheStorageMemcache
- in file memcache.php, class constant ezcCacheStorageMemcache::REGISTRY_NAME
The registry name.
- REGISTRY_NAME : ezcCacheStorageApc
- in file apc.php, class constant ezcCacheStorageApc::REGISTRY_NAME
The registry name.
f
- file.php
- procedural page file.php
- file_apc_array_data.php
- procedural page file_apc_array_data.php
- fetch : ezcCacheApcBackend
- in file apc_backend.php, method ezcCacheApcBackend::fetch()
Fetches the data associated with key $key.
- fetch : ezcCacheMemcacheBackend
- in file memcache_backend.php, method ezcCacheMemcacheBackend::fetch()
Returns the data from the cache associated with key $key.
- fetch : ezcCacheMemoryBackend
- in file memory_backend.php, method ezcCacheMemoryBackend::fetch()
Fetches the data associated with key $key.
- fetchData : ezcCacheStorageMemcachePlain
- in file plain.php, method ezcCacheStorageMemcachePlain::fetchData()
Fetches data from the cache.
- fetchData : ezcCacheStorageApcPlain
- in file plain.php, method ezcCacheStorageApcPlain::fetchData()
Fetches data from the cache.
- fetchData : ezcCacheStorageFilePlain
- in file plain.php, method ezcCacheStorageFilePlain::fetchData()
Fetch data from the cache.
- fetchData : ezcCacheStorageMemcache
- in file memcache.php, method ezcCacheStorageMemcache::fetchData()
Fetches the data from the cache.
- fetchData : ezcCacheStorageFile
- in file file.php, method ezcCacheStorageFile::fetchData()
Fetch data from the cache.
- fetchData : ezcCacheStorageFileApcArray
- in file apc_array.php, method ezcCacheStorageFileApcArray::fetchData()
Fetches the data from the cache.
- fetchData : ezcCacheStorageFileArray
- in file array.php, method ezcCacheStorageFileArray::fetchData()
Fetch data from the cache.
- fetchData : ezcCacheStorageFileEvalArray
- in file eval_array.php, method ezcCacheStorageFileEvalArray::fetchData()
Fetch data from a given file name.
- fetchData : ezcCacheStorageApc
- in file apc.php, method ezcCacheStorageApc::fetchData()
Fetches data from the cache.
- fetchObject : ezcCacheStorageFileApcArray
- in file apc_array.php, method ezcCacheStorageFileApcArray::fetchObject()
Fetches the object from the cache.
- fetchSearchRegistry : ezcCacheStorageMemory
- in file memory.php, method ezcCacheStorageMemory::fetchSearchRegistry()
Fetches the search registry from the backend or creates it if empty.
g
- generateAttrStr : ezcCacheStorageMemory
- in file memory.php, method ezcCacheStorageMemory::generateAttrStr()
Generates a string from the $attributes array.
- generateIdentifier : ezcCacheStorageFile
- in file file.php, method ezcCacheStorageFile::generateIdentifier()
Generate the storage internal identifier from ID and attributes.
- generateIdentifier : ezcCacheStorageMemory
- in file memory.php, method ezcCacheStorageMemory::generateIdentifier()
Generates the storage internal identifier from ID and attributes.
- getCache : ezcCacheManager
- in file manager.php, method ezcCacheManager::getCache()
Returns the ezcCacheStorage object with the given ID.
- getLocation : ezcCacheStorage
- in file storage.php, method ezcCacheStorage::getLocation()
Returns the location.
- getOptions : ezcCacheStorage
- in file storage.php, method ezcCacheStorage::getOptions()
Return the currently set options.
- getRemainingLifetime : ezcCacheStorage
- in file storage.php, method ezcCacheStorage::getRemainingLifetime()
Returns the time ( in seconds ) that remains for a cache object, before it gets outdated. In case the cache object is already outdated or does not exists, this method returns 0.
- getRemainingLifetime : ezcCacheStorageMemory
- in file memory.php, method ezcCacheStorageMemory::getRemainingLifetime()
Returns the time in seconds which remains for a cache object, before it gets outdated. In case the cache object is already outdated or does not exists, this method returns 0.
- getRemainingLifetime : ezcCacheStorageFile
- in file file.php, method ezcCacheStorageFile::getRemainingLifetime()
Returns the time ( in seconds ) which remains for a cache object, before it gets outdated. In case the cache object is already outdated or does not exists, this method returns 0.
i
- $id : ezcCacheStorageMemoryRegisterStruct
- in file memory_register.php, variable ezcCacheStorageMemoryRegisterStruct::$id
Holds the ID of an entry in the registry.
- $identifier : ezcCacheStorageMemoryRegisterStruct
- in file memory_register.php, variable ezcCacheStorageMemoryRegisterStruct::$identifier
Holds the identifier of an entry in the registry.
- invalid_data.php
- procedural page invalid_data.php
- invalid_id.php
- procedural page invalid_id.php
- invalid_storage_class.php
- procedural page invalid_storage_class.php
k
- $key : ezcCacheMemoryVarStruct
- in file memory_var.php, variable ezcCacheMemoryVarStruct::$key
Holds the cache key.
l
- $location : ezcCacheStorageMemoryRegisterStruct
- in file memory_register.php, variable ezcCacheStorageMemoryRegisterStruct::$location
Holds the location of the cache.
- $location : ezcCacheStorageMemoryDataStruct
- in file memory_data.php, variable ezcCacheStorageMemoryDataStruct::$location
Holds the location of the cache.
- $location : ezcCacheStorageFileApcArrayDataStruct
- in file file_apc_array_data.php, variable ezcCacheStorageFileApcArrayDataStruct::$location
Holds the location of the cache.
m
- $memcache : ezcCacheMemcacheBackend
- in file memcache_backend.php, variable ezcCacheMemcacheBackend::$memcache
Holds an instance to a Memcache object.
- $mtime : ezcCacheStorageFileApcArrayDataStruct
- in file file_apc_array_data.php, variable ezcCacheStorageFileApcArrayDataStruct::$mtime
Holds the modified time of the file.
- memcache_backend.php
- procedural page memcache_backend.php
- memory_backend.php
- procedural page memory_backend.php
- memcache_exception.php
- procedural page memcache_exception.php
- manager.php
- procedural page manager.php
- memcache.php
- procedural page memcache.php
- memory.php
- procedural page memory.php
- memory_data.php
- procedural page memory_data.php
- memory_register.php
- procedural page memory_register.php
- memory_var.php
- procedural page memory_var.php
o
- $options : ezcCacheMemcacheBackend
- in file memcache_backend.php, variable ezcCacheMemcacheBackend::$options
Holds the options for this class.
- COMPRESS_THRESHOLD : ezcCacheMemcacheBackend
- in file memcache_backend.php, class constant ezcCacheMemcacheBackend::COMPRESS_THRESHOLD
The compress threshold.
p
- $properties : ezcCacheStorage
- in file storage.php, variable ezcCacheStorage::$properties
Container to hold the properties
- plain.php
- procedural page plain.php
- plain.php
- procedural page plain.php
- plain.php
- procedural page plain.php
- prepareData : ezcCacheStorageFileArray
- in file array.php, method ezcCacheStorageFileArray::prepareData()
Serialize the data for storing.
- prepareData : ezcCacheStorageApcPlain
- in file plain.php, method ezcCacheStorageApcPlain::prepareData()
Wraps the data in an ezcCacheStorageMemoryDataStruct structure in order to store it.
- prepareData : ezcCacheStorageFileApcArray
- in file apc_array.php, method ezcCacheStorageFileApcArray::prepareData()
Wraps the data in order to be stored in APC ($useApc = true) or on the file system ($useApc = false).
- prepareData : ezcCacheStorageFilePlain
- in file plain.php, method ezcCacheStorageFilePlain::prepareData()
Serialize the data for storing.
- prepareData : ezcCacheStorageFileEvalArray
- in file eval_array.php, method ezcCacheStorageFileEvalArray::prepareData()
Serialize the data for storing.
- prepareData : ezcCacheStorageMemcache
- in file memcache.php, method ezcCacheStorageMemcache::prepareData()
Prepare the data for storing.
- prepareData : ezcCacheStorageApc
- in file apc.php, method ezcCacheStorageApc::prepareData()
Prepares the data for storing.
- prepareData : ezcCacheStorageMemcachePlain
- in file plain.php, method ezcCacheStorageMemcachePlain::prepareData()
Wraps the data in an ezcCacheStorageMemoryDataStruct structure in order to store it.
- prepareData : ezcCacheStorageFile
- in file file.php, method ezcCacheStorageFile::prepareData()
Serialize the data for storing.
r
- $registry : ezcCacheStorageMemory
- in file memory.php, variable ezcCacheStorageMemory::$registry
Holds the registry.
- $registryName : ezcCacheStorageMemory
- in file memory.php, variable ezcCacheStorageMemory::$registryName
Holds the name of the registry.
- registerIdentifier : ezcCacheStorageMemory
- in file memory.php, method ezcCacheStorageMemory::registerIdentifier()
Registers an identifier to facilitate searching.
- restore : ezcCacheStorage
- in file storage.php, method ezcCacheStorage::restore()
Restore data from the cache.
- restore : ezcCacheStorageMemory
- in file memory.php, method ezcCacheStorageMemory::restore()
Restores the data from the cache.
- restore : ezcCacheStorageFile
- in file file.php, method ezcCacheStorageFile::restore()
Restore data from the cache.
- restore : ezcCacheStorageFileApcArray
- in file apc_array.php, method ezcCacheStorageFileApcArray::restore()
Restores the data from the cache.
s
- $searchRegistry : ezcCacheStorageMemory
- in file memory.php, variable ezcCacheStorageMemory::$searchRegistry
Holds the search registry.
- $storageOptions : ezcCacheStorageMemcacheOptions
- in file storage_memcache.php, variable ezcCacheStorageMemcacheOptions::$storageOptions
Parent storage options.
- $storageOptions : ezcCacheStorageApcOptions
- in file storage_apc.php, variable ezcCacheStorageApcOptions::$storageOptions
Parent storage options.
- $storageOptions : ezcCacheStorageFileOptions
- in file storage_file.php, variable ezcCacheStorageFileOptions::$storageOptions
Parent storage options.
- storage.php
- procedural page storage.php
- storage_apc.php
- procedural page storage_apc.php
- storage_apc_array.php
- procedural page storage_apc_array.php
- storage_file.php
- procedural page storage_file.php
- storage_memcache.php
- procedural page storage_memcache.php
- storage.php
- procedural page storage.php
- search : ezcCacheStorageMemory
- in file memory.php, method ezcCacheStorageMemory::search()
Searches the storage for data defined by ID and/or attributes.
- search : ezcCacheStorageFile
- in file file.php, method ezcCacheStorageFile::search()
Search the storage for data.
- searchRecursive : ezcCacheStorageFile
- in file file.php, method ezcCacheStorageFile::searchRecursive()
Search the storage for data recursively.
- setOptions : ezcCacheStorageFile
- in file file.php, method ezcCacheStorageFile::setOptions()
Set new options.
- setOptions : ezcCacheStorage
- in file storage.php, method ezcCacheStorage::setOptions()
Set new options.
- store : ezcCacheMemoryBackend
- in file memory_backend.php, method ezcCacheMemoryBackend::store()
Stores the data $var under the key $key.
- store : ezcCacheStorageFile
- in file file.php, method ezcCacheStorageFile::store()
Store data to the cache storage.
- store : ezcCacheApcBackend
- in file apc_backend.php, method ezcCacheApcBackend::store()
Stores the data $var under the key $key. Returns true or false depending on the success of the operation.
- store : ezcCacheMemcacheBackend
- in file memcache_backend.php, method ezcCacheMemcacheBackend::store()
Adds the $var data to the cache under the key $key. Returns true or false depending on the success of the operation.
- store : ezcCacheStorageMemory
- in file memory.php, method ezcCacheStorageMemory::store()
Stores data to the cache storage under the key $id.
- store : ezcCacheStorage
- in file storage.php, method ezcCacheStorage::store()
Store data to the cache storage.
- store : ezcCacheStorageFileApcArray
- in file apc_array.php, method ezcCacheStorageFileApcArray::store()
Stores data to the cache storage.
- storeSearchRegistry : ezcCacheStorageMemory
- in file memory.php, method ezcCacheStorageMemory::storeSearchRegistry()
Stores the search registry in the backend.
t
- $time : ezcCacheStorageFileApcArrayDataStruct
- in file file_apc_array_data.php, variable ezcCacheStorageFileApcArrayDataStruct::$time
Holds the time the data was introduced in the cache.
- $time : ezcCacheStorageMemoryDataStruct
- in file memory_data.php, variable ezcCacheStorageMemoryDataStruct::$time
Holds the time the data was introduced in the cache.
- $ttl : ezcCacheMemoryVarStruct
- in file memory_var.php, variable ezcCacheMemoryVarStruct::$ttl
Holds the TTL value of the cache.
u
- used_location.php
- procedural page used_location.php
- unRegisterIdentifier : ezcCacheStorageMemory
- in file memory.php, method ezcCacheStorageMemory::unRegisterIdentifier()
Un-registers a previously registered identifier.
v
- $var : ezcCacheMemoryVarStruct
- in file memory_var.php, variable ezcCacheMemoryVarStruct::$var
Holds the data associated with the key.
- validateLocation : ezcCacheStorage
- in file storage.php, method ezcCacheStorage::validateLocation()
Checks if the location property is valid.
- validateLocation : ezcCacheStorageMemory
- in file memory.php, method ezcCacheStorageMemory::validateLocation()
Checks if the location property is valid.
- validateLocation : ezcCacheStorageFile
- in file file.php, method ezcCacheStorageFile::validateLocation()
Checks the path in the location property exists, and is read-/writable. It throws an exception if not.
- validateLocation : ezcCacheStorageFileApcArray
- in file apc_array.php, method ezcCacheStorageFileApcArray::validateLocation()
Checks the path in the location property exists, and is read-/writable. It throws an exception if not.
Last updated: Mon, 17 Dec 2007