rcube_cacheInterface class for accessing Roundcube cache
Located in /rcube_cache.php (line 33)
rcube_cache
__construct
(string $type, int $userid, [string $prefix = ''], [int $ttl = 0], [bool $packed = true])
Constructor __construct (line 64)
Object constructor.
close (line 211)
Writes the cache back to the DB.
expunge (line 193)
Remove cache records older than ttl
get (line 96)
Returns cached value.
read (line 127)
Returns cached value without storing it in internal memory.
remove (line 159)
Clears the cache.
set (line 112)
Sets (add/update) value in cache.
write (line 146)
Sets (add/update) value in cache and immediately saves it in the backend, no internal memory will be used.
Documentation generated on Tue, 04 Oct 2011 22:55:23 +0200 by phpDocumentor 1.4.3