CacheManager GetObjectCache Method Nemiro.Data.dll
Gets or adds caching object and returns the specified type.

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

public static ObjectCache GetObjectCache(
	Type t,
	Object[] args = null
)

Parameters

t
Type: System Type
Type of object cache.
args (Optional)
Type:  System Object 
More options will be passed to the constructor of the class initialization cache.

Return Value

Type: ObjectCache
See Also