1 cache.inc | BackdropNullCache::flush() |
Implements BackdropCacheInterface::flush().
Overrides BackdropCacheInterface::flush
File
- core/
includes/ cache.inc, line 408 - Functions and interfaces for cache handling.
Class
- BackdropNullCache
- Defines a stub cache implementation.
Code
function flush() {
}