GigaSpaces XAP.NET Documentation
EvictAll Method
Class LibraryGigaSpaces.Core.Cache.EvictionIEvictionFacade<(Of <(TKey>)>)EvictAll()()()
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 BasicVisual C++J#
void EvictAll()
Sub EvictAll
void EvictAll()
void EvictAll()

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 7.0.1.3800 (7.0.1.3800)