Get the cache item stored in cache.

Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public override CacheItem GetCacheItem(
	string key,
	string group,
	string subGroup
)
Visual Basic
Public Overrides Function GetCacheItem ( _
	key As String, _
	group As String, _
	subGroup As String _
) As CacheItem
Visual C++
public:
virtual CacheItem^ GetCacheItem(
	String^ key, 
	String^ group, 
	String^ subGroup
) override

Parameters

key
Type: System..::..String
Key used to reference the desired object
group
Type: System..::..String
The group whose data is to be returned.
subGroup
Type: System..::..String
The sub group of the group for which data is to be returned.

Return Value

CacheItem

See Also