ClearableCache
in
Interface for cache that can be flushed.
Intended to be used for partial clearing of a cache namespace. For a more global "flushing", see FlushableCache.
Tags
Table of Contents
Methods
- deleteAll() : bool
- Deletes all cache entries in the current cache namespace.
Methods
deleteAll()
Deletes all cache entries in the current cache namespace.
public
deleteAll() : bool
Return values
bool —TRUE if the cache entries were successfully deleted, FALSE otherwise.