interface ClearableCache 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\ClearableCache
Expanded class hierarchy of ClearableCache
All classes that implement ClearableCache
File
- lib/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ ClearableCache.php, line 29
Namespace
Doctrine\Common\CacheView source
interface ClearableCache {
/**
* Deletes all cache entries.
*
* @return boolean TRUE if the cache entries were successfully deleted, FALSE otherwise.
*/
public function deleteAll();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ClearableCache:: |
public | function | Deletes all cache entries. | 1 |