Evict all the items in the cache, the cache implementation must evict all the cache entries.
Remarks
Calling this method may assume thread safetly only if it is synchroniously through the thread that called the eviction strategy
methods. Otherwise, for instance a background timer thread that evict items from the cache on a timely basis, a call to LockStorage()()() must be
called to ensure no concurrent modifications are being done while evicting.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
void EvictAll()
Sub EvictAll
void EvictAll()
void EvictAll()