C# 클래스 Frapid.ApplicationState.CacheFactory.FrapidOutputCacheProvider

상속: System.Web.Caching.OutputCacheProvider
파일 보기 프로젝트 열기: frapid/frapid

Private Properties

프로퍼티 타입 설명
GetKey string

공개 메소드들

메소드 설명
Add ( string key, object entry, System.DateTime utcExpiry ) : object
FrapidOutputCacheProvider ( ) : System
Get ( string key ) : object
Remove ( string key ) : void
Set ( string key, object entry, System.DateTime utcExpiry ) : void

비공개 메소드들

메소드 설명
GetKey ( string key ) : string

메소드 상세

Add() 공개 메소드

public Add ( string key, object entry, System.DateTime utcExpiry ) : object
key string
entry object
utcExpiry System.DateTime
리턴 object

FrapidOutputCacheProvider() 공개 메소드

public FrapidOutputCacheProvider ( ) : System
리턴 System

Get() 공개 메소드

public Get ( string key ) : object
key string
리턴 object

Remove() 공개 메소드

public Remove ( string key ) : void
key string
리턴 void

Set() 공개 메소드

public Set ( string key, object entry, System.DateTime utcExpiry ) : void
key string
entry object
utcExpiry System.DateTime
리턴 void