SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class Xcache

Xcache Cache driver.

Functions

NameVisibilityDescription
__constructpublic 
authprivate 
deletepublic 
deleteExpiredpublic 
findpublic 
getpublic 
setpublic 

public __construct

void $Xcache->__construct ( );

This function does not have a description

private auth

void $Xcache->auth ( [ mixed $reverse ] );

This function does not have a description

public delete

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

This function does not have a description

public deleteExpired

unknown $Xcache->deleteExpired ( );

This function does not have a description

public find

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

This function does not have a description

public get

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

This function does not have a description

public set

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

This function does not have a description