AbstractCacheStoreEraseAll Method |
Namespace: Tangosol.Net.Cache
public void EraseAll( ICollection keys )
Exception | Condition |
---|---|
NotSupportedException | If this implementation or the underlying store is read-only. |
The implementation of this method calls Erase(Object) for each key in the supplied ICollection. Once erased successfully, a key is removed from the ICollection (if possible).
Note: For many types of persistent stores, a single erase operation is as expensive as a bulk erase operation; therefore, subclasses should override this method if possible.