\framework\components\cacheCacheInterface

Summary

Methods
Constants
has()
getCacheKey()
get()
set()
rm()
clear()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

has()

has(  $key) 

Parameters

$key

getCacheKey()

getCacheKey(  $key) 

Parameters

$key

get()

get(  $key,   $default = '') 

Parameters

$key
$default

set()

set(  $key,   $value,   $expire) 

Parameters

$key
$value
$expire

rm()

rm(  $key) 

Parameters

$key

clear()

clear()