FileCache Remove Method Nemiro.Data.dll
Removes a cache entry from the cache.

Namespace: Nemiro.Data.Caching
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public override Object Remove(
	string key,
	string regionName = null
)

Parameters

key
Type: System String
A unique identifier for the cache entry to remove.
regionName (Optional)
Type: System String
A named region in the cache to which a cache entry was added.

Return Value

Type: Object
If the entry is found in the cache, the removed cache entry; otherwise, null (Nothing).
See Also