FileCache Item Property Nemiro.Data.dll
Gets or sets a value in the cache by using the default indexer property for an instance of the [F:FileCache] class.

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

public override Object this[
	string key
] { get; set; }

Parameters

key
Type: System String
A unique identifier for the cache entry to add or get.

Property Value

Type: Object
See Also