C# Class Junior.Route.Routing.Caching.CacheItem

显示文件 Open project: nathan-alden/junior-route Class Usage Examples

Public Methods

Method Description
CacheItem ( CacheResponse response, System.DateTime cachedUtcTimestamp, System.DateTime expiresUtcTimestamp = null ) : System

Method Details

CacheItem() public method

public CacheItem ( CacheResponse response, System.DateTime cachedUtcTimestamp, System.DateTime expiresUtcTimestamp = null ) : System
response CacheResponse
cachedUtcTimestamp System.DateTime
expiresUtcTimestamp System.DateTime
return System