C# Class Frapid.ApplicationState.CacheFactory.FrapidOutputCacheProvider

Inheritance: System.Web.Caching.OutputCacheProvider
Show file Open project: frapid/frapid

Private Properties

Property Type Description
GetKey string

Public Methods

Method Description
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

Private Methods

Method Description
GetKey ( string key ) : string

Method Details

Add() public method

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

FrapidOutputCacheProvider() public method

public FrapidOutputCacheProvider ( ) : System
return System

Get() public method

public Get ( string key ) : object
key string
return object

Remove() public method

public Remove ( string key ) : void
key string
return void

Set() public method

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