[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/includes/ -> cache-install.inc (summary)

(no description)

File Size: 23 lines (1 kb)
Included or required: 1 time
Referenced: 1 time
Includes or requires: 0 files

Defines 3 functions

  cache_get()
  cache_set()
  cache_clear_all()

Functions
Functions that are not part of a class:

cache_get($key, $table = 'cache')   X-Ref
A stub cache implementation to be used during the installation
process when database access is not yet available. Because Drupal's
caching system never requires that cached data be present, these
stub functions can short-circuit the process and sidestep the
need for any persistent storage. Obviously, using this cache
implementation during normal operations would have a negative impact
on performance.


cache_set($cid, $data, $table = 'cache', $expire = CACHE_PERMANENT, $headers = NULL)   X-Ref
No description

cache_clear_all($cid = NULL, $table = NULL, $wildcard = FALSE)   X-Ref
No description



Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7