C# Class NSoft.NFramework.Data.MongoDB.Web.MongoAspOutputCacheEntry

Mostrar archivo Open project: debop/NFramework

Private Properties

Property Type Description

Public Methods

Method Description
GetEntry ( ) : object
MongoAspOutputCacheEntry ( string id, object entry ) : System
MongoAspOutputCacheEntry ( string id, object entry, System.DateTime utcExpiry ) : System

Method Details

GetEntry() public method

public GetEntry ( ) : object
return object

MongoAspOutputCacheEntry() public method

public MongoAspOutputCacheEntry ( string id, object entry ) : System
id string
entry object
return System

MongoAspOutputCacheEntry() public method

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