BackdropCacheInterface::set in core/includes/cache.inc
Stores data in the persistent cache.
BackdropDatabaseCache::garbageCollection in core/includes/cache.inc
Implements BackdropCacheInterface::garbageCollection().
BackdropDatabaseCache::set in core/includes/cache.inc
Implements BackdropCacheInterface::set().
BackdropFakeCache::set in core/includes/cache-install.inc
Overrides BackdropDatabaseCache::set().
BackdropNullCache::set in core/includes/cache.inc
Implements BackdropCacheInterface::set().
backdrop_render_cache_set in core/includes/common.inc
Caches the rendered output of a renderable element.
cache_example_form_create_expiring_item in modules/examples/cache_example/cache_example.module
Submit handler to create a new cache item with specified expiration.
cache_set in core/includes/cache.inc
Stores data in the persistent cache.
token_build_tree in core/includes/token.inc
Build a tree array of tokens, commonly used for rendering the token browser.
views_plugin_cache::cache_set_expire in core/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 core/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.