C# Class Provider.Managers.CacheManager

Datei anzeigen Open project: Huddle/Puddle

Public Methods

Method 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 method

public CacheManager ( string path, GetToken token, string acceptHeader ) : System
path string
token Token.OAuth2.GetToken
acceptHeader string
return System

GetItemCache() public method

public GetItemCache ( ) : Object
return Object

GetParentCacheLink() public method

public GetParentCacheLink ( ) : string
return string

RemoveItemCache() public method

public RemoveItemCache ( ) : void
return void

UpdateItemCache() public method

public UpdateItemCache ( System.TimeSpan time ) : void
time System.TimeSpan
return void

UpdateItemCache() public method

public UpdateItemCache ( System.TimeSpan time, String path ) : void
time System.TimeSpan
path String
return void