Simple filesystem cache requiring external manual cleanup.
More...
List of all members.
|
Public Member Functions |
| | __construct ($directory= 'cache/') |
| | isAlive () |
| | clean () |
| | get ($key) |
| | delete ($key) |
| | append ($key, $data) |
Static Public Member Functions |
| static | create ($directory= 'cache/') |
Protected Member Functions |
| | store ($action, $key, &$value, $expires=0) |
Private Member Functions |
| | operate ($path, $value=null, $expires=null) |
| | makePath ($key) |
Private Attributes |
| | $directory = null |
Detailed Description
Simple filesystem cache requiring external manual cleanup.
Definition at line 18 of file RubberFileSystem.class.php.
Constructor & Destructor Documentation
| RubberFileSystem::__construct |
( |
$ |
directory = 'cache/' |
) |
|
Member Function Documentation
| static RubberFileSystem::create |
( |
$ |
directory = 'cache/' |
) |
[static] |
| RubberFileSystem::isAlive |
( |
|
) |
|
| RubberFileSystem::clean |
( |
|
) |
|
| RubberFileSystem::get |
( |
$ |
key |
) |
|
| RubberFileSystem::delete |
( |
$ |
key |
) |
|
| RubberFileSystem::append |
( |
$ |
key, |
|
|
$ |
data | |
|
) |
| | |
| RubberFileSystem::store |
( |
$ |
action, |
|
|
$ |
key, |
|
|
&$ |
value, |
|
|
$ |
expires = 0 | |
|
) |
| | [protected] |
| RubberFileSystem::operate |
( |
$ |
path, |
|
|
$ |
value = null, |
|
|
$ |
expires = null | |
|
) |
| | [private] |
| RubberFileSystem::makePath |
( |
$ |
key |
) |
[private] |
Member Data Documentation
RubberFileSystem::$directory = null [private] |
The documentation for this class was generated from the following file: