Implements interfaces:
Calendar Solution's memcache methods
NOTE: the cache is flushed when administrators edit events.
Located in /include/CalendarSolution/Cache/Memcache.php (line 22)
The cache connection
The Unix timestamp of when the cache should expire.
Should be set to 00:00:01 tomorrow. This is because many views use the current date as the starting point, so when tomorrow rolls around, today's data is no longer needed.
NOTE: the cache is also flushed when administrators edit events.
Calls memcache's addServer() for each server listed in $GLOBALS['cache_servers']
Flush all data from the cache
Obtains data from the cache
Stores data in the cache
If $expiration_time has not been set, this method sets it to 00:00:01 tomorrow.
Documentation generated on Wed, 21 Mar 2012 14:16:44 -0400 by phpDocumentor 1.4.4