FlushableCache
in
Interface for cache that can be flushed.
Tags
Table of Contents
Methods
- flushAll() : bool
- Flushes all cache entries, globally.
Methods
flushAll()
Flushes all cache entries, globally.
public
flushAll() : bool
Return values
bool —TRUE if the cache entries were successfully flushed, FALSE otherwise.