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

Afficher le fichier Open project: ajhCMS/AJH.CMS.WEB.UI

Private Properties

Свойство Type Description
CacheManager System
CheckFile void

Méthodes publiques

Méthode Description
AddObject ( string CacheKey, object value, CacheItemPriority cacheItemPriority ) : void
GetObject ( string CacheKey ) : object
RemoveObject ( string CacheKey ) : void

Private Methods

Méthode Description
CacheManager ( ) : System
CheckFile ( ) : void

Method Details

AddObject() public static méthode

public static AddObject ( string CacheKey, object value, CacheItemPriority cacheItemPriority ) : void
CacheKey string
value object
cacheItemPriority CacheItemPriority
Résultat void

GetObject() public static méthode

public static GetObject ( string CacheKey ) : object
CacheKey string
Résultat object

RemoveObject() public static méthode

public static RemoveObject ( string CacheKey ) : void
CacheKey string
Résultat void