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