C# Class Phun.Templating.TemplateCache

Template cache
Afficher le fichier Open project: noogen/phuncms

Protected Properties

Свойство Type Description
api IPhunApi
config ICmsConfiguration
context System.Web.HttpContextBase

Méthodes publiques

Méthode Description
Get ( string key ) : string

Gets the specified key.

TemplateCache ( IPhunApi api, System.Web.HttpContextBase context ) : System

Initializes a new instance of the TemplateCache class.

set ( string key, string value ) : string

Sets the specified key.

Method Details

Get() public méthode

Gets the specified key.
public Get ( string key ) : string
key string The key.
Résultat string

TemplateCache() public méthode

Initializes a new instance of the TemplateCache class.
public TemplateCache ( IPhunApi api, System.Web.HttpContextBase context ) : System
api IPhunApi The API.
context System.Web.HttpContextBase The context.
Résultat System

set() public méthode

Sets the specified key.
public set ( string key, string value ) : string
key string The key.
value string The value.
Résultat string

Property Details

api protected_oe property

The API
protected IPhunApi api
Résultat IPhunApi

config protected_oe property

The config
protected ICmsConfiguration config
Résultat ICmsConfiguration

context protected_oe property

The context
protected HttpContextBase,System.Web context
Résultat System.Web.HttpContextBase