Evicts an entry from the cache only, does not affect entries in the cached space.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
void EvictFromCache<T>( Object id )
Sub EvictFromCache(Of T) ( _ id As Object _ )
generic<typename T> void EvictFromCache( Object^ id )
Generic Template Parameters
- T
- entry type.
Parameters
- id (Object)
- id of the entry.