Cache_Engine_FileImplements interfaces:
The file system cache engine. Items stored in the file system cache are each stored in separate files and persist between requests. They are dependent on the default expiration mechanism of Cache_Store to clean up unused files.
The file system cache accepts two cache-specific options:
Located in /cache/lib/Cache/Engine/File.php (line 16)
static is_supported (line 122)
Called statically to ensure this engine is supported before constructing it. The file engine is always supported.
cache_directory (line 132)
Returns the name of the cache directory to use for a given set of options
cache_file_path (line 166)
Returns the full cache file path for a given set of options and keys
cleanup (line 39)
Clean up locks at shutdown
clear (line 71)
Clear all items from the cache
escape_file_character (line 197)
Escape a value for use in a filename
has_locking (line 62)
Returns true to indicate this engine's items provide locking
item_for_key (line 53)
Return the cache item object for the provided key.
logger (line 204)
Return a logger instance for the class
register_lock (line 145)
Register a lock for cleanup at shutdown
safe_file_name (line 182)
Sanitize a string value for use as a filename
unregister_lock (line 156)
Unregister a released lock passed to register_lock()
__constructor (line 28)
Constructor
Documentation generated on Wed, 25 Apr 2012 09:46:42 -0700 by phpDocumentor 1.4.3