Cache Item Property

Retrieves an object from the cache.

Namespace:  Scribe.Core.ConnectorApi.Common

Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

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

Parameters

key

Type: System String

Property Value

Type: Object

See

Cache Class

Scribe.Core.ConnectorApi.Common Namespace