Summary
Removes the cached value with the specified key from this cache.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal .Caching - Containing Type
- IPurgeableCache4
Syntax
Object Purge(Object key)
Remarks
Removes the cached value with the specified key from this cache.
Parameters
Name | Type | Description |
---|---|---|
key | Object |
Return Value
Type | Description |
---|---|
Object | the purged value or null |