Cache_Engine_File_ItemThe key object for the file cache engine.
Located in /cache/lib/Cache/Engine/File.php (line 216)
Cache_ItemBase | --Cache_Engine_File_Item
mixed
$engine
(line 217)
mixed
$lock
(line 220)
mixed
$locked
(line 219)
mixed
$options
(line 218)
mixed
$token
(line 221)
Inherited from Cache_ItemBase
Cache_ItemBase::$key
Constructor __construct (line 226)
Constructor
exists (line 302)
Test for the existence of the key in the cache. Return true if it exists, false otherwise.
lock (line 243)
Acquire a lock on the key. The method blocks until the lock is acquired.
make_directory (line 372)
Creates a directory (and any parent directories) as needed
mtime (line 316)
Return the last modified time (as a Unix timestamp) of the value associated with the key.
read (line 329)
Return the value associated with the key from the cache
If the key does not have a value, this function returns null.
remove (line 361)
Remove the key from the cache
unlock (line 281)
Release any acquired lock for the key.
write (line 344)
Set the value associated with the key
Inherited From Cache_ItemBase
Cache_ItemBase::__construct()
Cache_ItemBase::exists()
Cache_ItemBase::key()
Cache_ItemBase::lock()
Cache_ItemBase::marshall()
Cache_ItemBase::mtime()
Cache_ItemBase::read()
Cache_ItemBase::remove()
Cache_ItemBase::unlock()
Cache_ItemBase::unmarshall()
Cache_ItemBase::write()
Inherited from Cache_ItemBase
Cache_ItemBase::LOCK_READ
Cache_ItemBase::LOCK_WRITE
Documentation generated on Wed, 25 Apr 2012 09:46:42 -0700 by phpDocumentor 1.4.3