Evicts an entry from the cache only, does not affect entries in the cached space.
![](../icons/collapse_all.gif)
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 )
![](../icons/collapse_all.gif)
- type (Type)
- entry type.
- id (Object)
- id of the entry.