Contract
abstract class Contract
Methods
void
set(string $cacheName, mixed $contents)
Create a new cache files/value
mixed
get(string $cacheName, string $callBack = '')
Get cache value
bool
put(string $cacheName, mixed $contents)
Update cache value
void
destroy(string $cacheName)
Delete cache
void
purge()
Make cache clean as soon as posible
array
getList()
Undocumented function
string
getPath()
Get path or key of cache
bool
isExists(string $cacheName)
No description
string
getError()
No description
Details
at line 24
abstract void
set(string $cacheName, mixed $contents)
Create a new cache files/value
at line 33
abstract mixed
get(string $cacheName, string $callBack = '')
Get cache value
at line 42
abstract bool
put(string $cacheName, mixed $contents)
Update cache value
at line 50
abstract void
destroy(string $cacheName)
Delete cache
at line 57
abstract void
purge()
Make cache clean as soon as posible
at line 64
abstract array
getList()
Undocumented function
at line 71
abstract string
getPath()
Get path or key of cache
at line 76
abstract bool
isExists(string $cacheName)
No description
at line 81
string
getError()
No description