C# 클래스 OpenSlx.Lib.Services.Impl.AspnetCacheService

Implementation of ICacheService using the default ASP.NET cache. For convenience during testing if HttpContext.Current is not valid all calls are ignored.
상속: ICacheService
파일 보기 프로젝트 열기: nicocrm/OpenSlx

공개 메소드들

메소드 설명
Insert ( string key, object value, System cacheDependency, System.DateTime absoluteExpiration, System.TimeSpan slidingExpiration ) : void
this ( string index ) : object

메소드 상세

Insert() 공개 메소드

public Insert ( string key, object value, System cacheDependency, System.DateTime absoluteExpiration, System.TimeSpan slidingExpiration ) : void
key string
value object
cacheDependency System
absoluteExpiration System.DateTime
slidingExpiration System.TimeSpan
리턴 void

this() 공개 메소드

public this ( string index ) : object
index string
리턴 object