C# Class AJH.CMS.Core.Data.CacheManager

Show file Open project: ajhCMS/AJH.CMS.WEB.UI

Private Properties

Property Type Description
CacheManager System
CheckFile void

Public Methods

Method Description
AddObject ( string CacheKey, object value, CacheItemPriority cacheItemPriority ) : void
GetObject ( string CacheKey ) : object
RemoveObject ( string CacheKey ) : void

Private Methods

Method Description
CacheManager ( ) : System
CheckFile ( ) : void

Method Details

AddObject() public static method

public static AddObject ( string CacheKey, object value, CacheItemPriority cacheItemPriority ) : void
CacheKey string
value object
cacheItemPriority CacheItemPriority
return void

GetObject() public static method

public static GetObject ( string CacheKey ) : object
CacheKey string
return object

RemoveObject() public static method

public static RemoveObject ( string CacheKey ) : void
CacheKey string
return void