SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class Eaccelerator

Eaccelerator-based Cache driver.

Functions

NameVisibilityDescription
__constructpublic 
deletepublic 
deleteExpiredpublic 
findpublic 
getpublic 
setpublic 

public __construct

void $Eaccelerator->__construct ( );

This function does not have a description

public delete

unknown $Eaccelerator->delete ( mixed $id [, mixed $tag ] );

This function does not have a description

public deleteExpired

unknown $Eaccelerator->deleteExpired ( );

This function does not have a description

public find

unknown $Eaccelerator->find ( mixed $tag );

This function does not have a description

public get

unknown $Eaccelerator->get ( mixed $id );

This function does not have a description

public set

unknown $Eaccelerator->set ( mixed $id , mixed $data [, array $tags , mixed $lifetime ] );

This function does not have a description