C# 클래스 Provider.Managers.CacheManager

파일 보기 프로젝트 열기: Huddle/Puddle

공개 메소드들

메소드 설명
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

메소드 상세

CacheManager() 공개 메소드

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

GetItemCache() 공개 메소드

public GetItemCache ( ) : Object
리턴 Object

GetParentCacheLink() 공개 메소드

public GetParentCacheLink ( ) : string
리턴 string

RemoveItemCache() 공개 메소드

public RemoveItemCache ( ) : void
리턴 void

UpdateItemCache() 공개 메소드

public UpdateItemCache ( System.TimeSpan time ) : void
time System.TimeSpan
리턴 void

UpdateItemCache() 공개 메소드

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