| 1 cache.inc | public 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
public function flush() {
}