C# 클래스 Phun.Templating.TemplateCache

Template cache
파일 보기 프로젝트 열기: noogen/phuncms

보호된 프로퍼티들

프로퍼티 타입 설명
api IPhunApi
config ICmsConfiguration
context System.Web.HttpContextBase

공개 메소드들

메소드 설명
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.

메소드 상세

Get() 공개 메소드

Gets the specified key.
public Get ( string key ) : string
key string The key.
리턴 string

TemplateCache() 공개 메소드

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.
리턴 System

set() 공개 메소드

Sets the specified key.
public set ( string key, string value ) : string
key string The key.
value string The value.
리턴 string

프로퍼티 상세

api 보호되어 있는 프로퍼티

The API
protected IPhunApi api
리턴 IPhunApi

config 보호되어 있는 프로퍼티

The config
protected ICmsConfiguration config
리턴 ICmsConfiguration

context 보호되어 있는 프로퍼티

The context
protected HttpContextBase,System.Web context
리턴 System.Web.HttpContextBase