C# 클래스 Rebel.Cms.Web.Caching.ContentCacheManager

파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
ContentCacheManager ( IRebelApplicationContext context, Controller controller ) : System
RenderContent ( IRebelRenderModel model ) : string>.KeyValuePair

비공개 메소드들

메소드 설명
Cache ( string key, Func value ) : string
EnsureCacheWarmed ( ) : void
GetViewHtml ( IRebelRenderModel model ) : string
IsJsonRequest ( ) : bool
RenderAsJson ( IRebelRenderModel model ) : string
RenderRazorViewToString ( Rebel.Framework.Persistence.Model.IO.File templateFile, object model ) : string

메소드 상세

ContentCacheManager() 공개 메소드

public ContentCacheManager ( IRebelApplicationContext context, Controller controller ) : System
context IRebelApplicationContext
controller Controller
리턴 System

RenderContent() 공개 메소드

public RenderContent ( IRebelRenderModel model ) : string>.KeyValuePair
model IRebelRenderModel
리턴 string>.KeyValuePair