Evict cache entries, the cache implementation must evict the cache entries that correlates to the supplied keys.
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 Evict( TKey[] keys )
Sub Evict ( _ keys As TKey() _ )
void Evict( array<TKey>^ keys )
void Evict( TKey[] keys )
Parameters
- keys (array< TKey >[]()[])
- Array of keys of which to evict from the cache