C# Class Telerik.Web.Mvc.Infrastructure.Implementation.CacheManagerWrapper

Encapsulates the System.Web.HttpRuntime.Cache object that contains methods for accessing System.Web.HttpRuntime.Cache object.
Inheritance: ICacheManager
Show file Open project: juanplopes/simple-telerik

Private Methods

Method Description
GetItem ( string key ) : object
Insert ( string key, object value, CacheItemRemovedCallback onRemoveCallback ) : void