1 cache.inc | BackdropDatabaseCache::flush() |
Implements BackdropCacheInterface::flush().
Overrides BackdropCacheInterface::flush
File
- core/
includes/ cache.inc, line 581 - Functions and interfaces for cache handling.
Class
- BackdropDatabaseCache
- Defines a default cache implementation.
Code
function flush() {
db_truncate($this->bin)->execute();
}