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

This object is used for when nodes and templates are saved When a node is saved the background thread will only wam the relevant nodes
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

공개 메소드들

메소드 설명
CacheRecycler ( string host, IFrameworkContext frameworkContext ) : System.Threading
RecycleCacheFor ( TypedEntity entity ) : void

비공개 메소드들

메소드 설명
GenerateIndexesFor ( string node ) : void
RegenerateCache ( string url ) : void
RemoveFromProvider ( AbstractApplicationCache cache, string niceUrl ) : void
RemoveFromProvider ( TypedEntity entity, AbstractCacheProvider cache, string niceUrl ) : void

메소드 상세

CacheRecycler() 공개 메소드

public CacheRecycler ( string host, IFrameworkContext frameworkContext ) : System.Threading
host string
frameworkContext IFrameworkContext
리턴 System.Threading

RecycleCacheFor() 공개 메소드

public RecycleCacheFor ( TypedEntity entity ) : void
entity TypedEntity
리턴 void