MediaWiki  REL1_22
ObjectFileCache Class Reference

Object cache in the file system. More...

Inheritance diagram for ObjectFileCache:
Collaboration diagram for ObjectFileCache:

List of all members.

Static Public Member Functions

static newFromKey ($key, $type)
 Construct an ObjectFileCache from a key and a type.

Protected Member Functions

 cacheDirectory ()
 Get the base file cache directory.

Detailed Description

Object cache in the file system.

Definition at line 29 of file ObjectFileCache.php.


Member Function Documentation

Get the base file cache directory.

Returns:
string

Reimplemented from FileCacheBase.

Definition at line 49 of file ObjectFileCache.php.

References FileCacheBase\baseCacheDirectory().

static ObjectFileCache::newFromKey ( key,
type 
) [static]

Construct an ObjectFileCache from a key and a type.

Parameters:
$keystring
$typestring
Returns:
ObjectFileCache

Definition at line 36 of file ObjectFileCache.php.

References $cache, and $key.


The documentation for this class was generated from the following file: