Click or drag to resize
ICacheAccessorGet Method
Retrieves the specified item from the cache.

Namespace: CMS.Helpers.Caching.Abstractions
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
Object Get(
	string key
)

Parameters

key
Type: SystemString
The identifier for the cache item to retrieve.

Return Value

Type: Object
See Also