interface FlushableCache in Plug 7
Interface for cache that can be flushed.
@link www.doctrine-project.org @since 1.4 @author Adirelle <adirelle@gmail.com>
Hierarchy
- interface \Doctrine\Common\Cache\FlushableCache
Expanded class hierarchy of FlushableCache
All classes that implement FlushableCache
File
- lib/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ FlushableCache.php, line 29
Namespace
Doctrine\Common\CacheView source
interface FlushableCache {
/**
* Flushes all cache entries.
*
* @return boolean TRUE if the cache entries were successfully flushed, FALSE otherwise.
*/
public function flushAll();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
FlushableCache:: |
public | function | Flushes all cache entries. | 1 |