C# Class Provider.Managers.CacheManager

Afficher le fichier Open project: Huddle/Puddle

Méthodes publiques

Méthode Description
CacheManager ( string path, GetToken token, string acceptHeader ) : System
GetItemCache ( ) : Object
GetParentCacheLink ( ) : string
RemoveItemCache ( ) : void
UpdateItemCache ( System.TimeSpan time ) : void
UpdateItemCache ( System.TimeSpan time, String path ) : void

Method Details

CacheManager() public méthode

public CacheManager ( string path, GetToken token, string acceptHeader ) : System
path string
token Token.OAuth2.GetToken
acceptHeader string
Résultat System

GetItemCache() public méthode

public GetItemCache ( ) : Object
Résultat Object

GetParentCacheLink() public méthode

public GetParentCacheLink ( ) : string
Résultat string

RemoveItemCache() public méthode

public RemoveItemCache ( ) : void
Résultat void

UpdateItemCache() public méthode

public UpdateItemCache ( System.TimeSpan time ) : void
time System.TimeSpan
Résultat void

UpdateItemCache() public méthode

public UpdateItemCache ( System.TimeSpan time, String path ) : void
time System.TimeSpan
path String
Résultat void