BackdropCacheInterface::set in includes/cache.inc
Stores data in the persistent cache.
BackdropDatabaseCache::garbageCollection in drivers/cache_database/cache_database.inc
Implements BackdropCacheInterface::garbageCollection().
BackdropDatabaseCache::set in drivers/cache_database/cache_database.inc
Implements BackdropCacheInterface::set().
BackdropFakeCache::set in includes/cache-install.inc
Overrides BackdropDatabaseCache::set().
BackdropNullCache::set in drivers/cache_null/cache_null.inc
Implements BackdropCacheInterface::set().
backdrop_render_cache_set in includes/common.inc
Caches the rendered output of a renderable element.
cache_set in includes/cache.inc
Stores data in the persistent cache.
token_build_tree in includes/token.inc
Build a tree array of tokens, commonly used for rendering the token browser.
views_plugin_cache::cache_set_expire in modules/views/plugins/views_plugin_cache.inc
Determine expiration time in the cache table of the cache type or CACHE_PERMANENT if item shouldn't be removed automatically from cache.
views_plugin_cache_time::cache_set_expire in modules/views/plugins/views_plugin_cache_time.inc
Determine expiration time in the cache table of the cache type or CACHE_PERMANENT if item shouldn't be removed automatically from cache.