1 cache.inc | BackdropNullCache::set($cid, $data, $expire = CACHE_PERMANENT) |
Implements BackdropCacheInterface::set().
Overrides BackdropCacheInterface::set
File
- core/
includes/ cache.inc, line 388 - Functions and interfaces for cache handling.
Class
- BackdropNullCache
- Defines a stub cache implementation.
Code
function set($cid, $data, $expire = CACHE_PERMANENT) {
}