C# 클래스 NSoft.NFramework.Data.MongoDB.Web.MongoAspOutputCacheEntry

파일 보기 프로젝트 열기: debop/NFramework

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetEntry ( ) : object
MongoAspOutputCacheEntry ( string id, object entry ) : System
MongoAspOutputCacheEntry ( string id, object entry, System.DateTime utcExpiry ) : System

메소드 상세

GetEntry() 공개 메소드

public GetEntry ( ) : object
리턴 object

MongoAspOutputCacheEntry() 공개 메소드

public MongoAspOutputCacheEntry ( string id, object entry ) : System
id string
entry object
리턴 System

MongoAspOutputCacheEntry() 공개 메소드

public MongoAspOutputCacheEntry ( string id, object entry, System.DateTime utcExpiry ) : System
id string
entry object
utcExpiry System.DateTime
리턴 System