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
since
1.4
author

Adirelle adirelle@gmail.com

Table of Contents

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.

Search results