C# Class Frapid.ApplicationState.CacheFactory.FrapidOutputCacheProvider

Inheritance: System.Web.Caching.OutputCacheProvider
Afficher le fichier Open project: frapid/frapid

Private Properties

Свойство Type Description
GetKey string

Méthodes publiques

Méthode 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

Méthode Description
GetKey ( string key ) : string

Method Details

Add() public méthode

public Add ( string key, object entry, System.DateTime utcExpiry ) : object
key string
entry object
utcExpiry System.DateTime
Résultat object

FrapidOutputCacheProvider() public méthode

public FrapidOutputCacheProvider ( ) : System
Résultat System

Get() public méthode

public Get ( string key ) : object
key string
Résultat object

Remove() public méthode

public Remove ( string key ) : void
key string
Résultat void

Set() public méthode

public Set ( string key, object entry, System.DateTime utcExpiry ) : void
key string
entry object
utcExpiry System.DateTime
Résultat void