\TriTan\CacheAbstractCache

TriTan CMS Abstract Cache Class.

Summary

Methods
Properties
Constants
read()
create()
delete()
flush()
flushNamespace()
set()
getStats()
increment()
decrement()
No public properties found
No constants found
uniqueKey()
exists()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

read()

read(  $key,   $namespace) 

Parameters

$key
$namespace

create()

create(  $key,   $data,   $namespace,   $ttl) 

Parameters

$key
$data
$namespace
$ttl

delete()

delete(  $key,   $namespace) 

Parameters

$key
$namespace

flush()

flush() 

flushNamespace()

flushNamespace(  $namespace) 

Parameters

$namespace

set()

set(  $key,   $data,   $namespace,   $ttl) 

Parameters

$key
$data
$namespace
$ttl

getStats()

getStats() 

increment()

increment(  $key,   $offset,   $namespace) 

Parameters

$key
$offset
$namespace

decrement()

decrement(  $key,   $offset,   $namespace) 

Parameters

$key
$offset
$namespace

uniqueKey()

uniqueKey(  $key,   $namespace) 

Parameters

$key
$namespace

exists()

exists(  $key,   $namespace) 

Parameters

$key
$namespace