Simple filesystem cache.
More...
List of all members.
Detailed Description
Simple filesystem cache.
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::increment |
( |
$ |
key, |
|
|
$ |
value | |
|
) |
| | |
| RubberFileSystem::decrement |
( |
$ |
key, |
|
|
$ |
value | |
|
) |
| | |
| 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:
|
|