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( Type type, Object id )
Sub EvictFromCache ( _ type As Type, _ id As Object _ )
void EvictFromCache( Type^ type, Object^ id )
void EvictFromCache( Type type, Object id )
Parameters
- type (Type)
- entry type.
- id (Object)
- id of the entry.