Documentation

ClearableCache

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
link
www.doctrine-project.org

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.


        
On this page

Search results