Shunde.NET Framework Class Library

ObjectUtils.RemoveObjectFromCache Method 

Removes the object with the given id from the cache

public static void RemoveObjectFromCache(
   Cache cache,
   Int32 objectId
);

Parameters

Cache
The cache to use
Int32
The id of the object to remove

Remarks

No exception is thrown if the object is not already in the cache

See Also

ObjectUtils Class | Shunde.Utilities Namespace