The Horde_Cache_file:: class provides a filesystem implementation of the Horde caching system.
Optional parameters:
'dir' The base directory to store the cache files in. 'prefix' The filename prefix to use for the cache files. 'sub' An integer. If non-zero, the number of subdirectories to create to store the file (i.e. PHP's session.save_path).
$Horde: framework/Cache/Cache/file.php,v 1.28.10.21 2009/01/06 15:22:56 jan Exp $
Copyright 1999-2009 The Horde Project (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
Located in /Cache/Cache/file.php (line 24)
Horde_Cache | --Horde_Cache_file
The location of the temp directory.
List of key to filename mappings.
The filename prefix for cache files.
The subdirectory level the cache files should live at.
Inherited from Horde_Cache
Horde_Cache::$_params
Construct a new Horde_Cache_file object.
Checks if a given key exists in the cache, valid for the given lifetime. If it exists but is expired, delete the file.
Expire any existing data for the given key.
Attempts to retrieve cached data from the filesystem and return it to the caller.
Attempts to directly output a cached object.
Attempts to store data to the filesystem.
Inherited From Horde_Cache
Horde_Cache::Horde_Cache()
Horde_Cache::exists()
Horde_Cache::expire()
Horde_Cache::factory()
Horde_Cache::get()
Horde_Cache::output()
Horde_Cache::set()
Horde_Cache::singleton()
Horde_Cache::_getLifetime()
Documentation generated on Sun, 30 Jan 2011 05:17:14 +0000 by phpDocumentor 1.4.3