cache.inc

Version 1.17.2.2 (checked in on 2009/05/26 at 08:10:33 by goba)

Functions

NameDescription
cache_clear_allExpire data from the cache. If called without arguments, expirable entries will be cleared from the cache_page and cache_block tables.
cache_getReturn data from the persistent cache. Data may be stored as either plain text or as serialized data. cache_get will automatically return unserialized objects and arrays.
cache_setStore data in the persistent cache.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.