\Doctrine\Common\CacheFlushableCache

Interface for cache that can be flushed.

Summary

Methods
Constants
flushAll()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

flushAll()

flushAll() : boolean

Flushes all cache entries, globally.

Returns

boolean —

TRUE if the cache entries were successfully flushed, FALSE otherwise.