[CacheResource-examples] element index
Package indexes
Example-application
Smarty
Resource-examples
All elements
c
d
f
m
p
r
s
w
_
_
top
__construct
Smarty_CacheResource_Mysql::__construct()
in cacheresource.mysql.php
__construct
Smarty_CacheResource_Memcache::__construct()
in cacheresource.memcache.php
__construct
Smarty_CacheResource_Apc::__construct()
in cacheresource.apc.php
c
top
cacheresource.apc.php
cacheresource.apc.php
in cacheresource.apc.php
cacheresource.memcache.php
cacheresource.memcache.php
in cacheresource.memcache.php
cacheresource.mysql.php
cacheresource.mysql.php
in cacheresource.mysql.php
d
top
$db
Smarty_CacheResource_Mysql::$db
in cacheresource.mysql.php
delete
Smarty_CacheResource_Mysql::delete()
in cacheresource.mysql.php
Delete content from cache
delete
Smarty_CacheResource_Memcache::delete()
in cacheresource.memcache.php
Remove values from cache
delete
Smarty_CacheResource_Apc::delete()
in cacheresource.apc.php
Remove values from cache
f
top
$fetch
Smarty_CacheResource_Mysql::$fetch
in cacheresource.mysql.php
$fetchTimestamp
Smarty_CacheResource_Mysql::$fetchTimestamp
in cacheresource.mysql.php
fetch
Smarty_CacheResource_Mysql::fetch()
in cacheresource.mysql.php
fetch cached content and its modification time from data source
fetchTimestamp
Smarty_CacheResource_Mysql::fetchTimestamp()
in cacheresource.mysql.php
Fetch cached content's modification timestamp from data source
m
top
$memcache
Smarty_CacheResource_Memcache::$memcache
in cacheresource.memcache.php
memcache instance
p
top
purge
Smarty_CacheResource_Memcache::purge()
in cacheresource.memcache.php
Remove *all* values from cache
purge
Smarty_CacheResource_Apc::purge()
in cacheresource.apc.php
Remove *all* values from cache
r
top
read
Smarty_CacheResource_Memcache::read()
in cacheresource.memcache.php
Read values for a set of keys from cache
read
Smarty_CacheResource_Apc::read()
in cacheresource.apc.php
Read values for a set of keys from cache
s
top
$save
Smarty_CacheResource_Mysql::$save
in cacheresource.mysql.php
save
Smarty_CacheResource_Mysql::save()
in cacheresource.mysql.php
Save content to cache
Smarty_CacheResource_Apc
Smarty_CacheResource_Apc
in cacheresource.apc.php
APC CacheResource
Smarty_CacheResource_Memcache
Smarty_CacheResource_Memcache
in cacheresource.memcache.php
Memcache CacheResource
Smarty_CacheResource_Mysql
Smarty_CacheResource_Mysql
in cacheresource.mysql.php
MySQL CacheResource
w
top
write
Smarty_CacheResource_Memcache::write()
in cacheresource.memcache.php
Save values for a set of keys to cache
write
Smarty_CacheResource_Apc::write()
in cacheresource.apc.php
Save values for a set of keys to cache
c
d
f
m
p
r
s
w
_