C# Class 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
Afficher le fichier Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Méthodes publiques

Méthode Description
CacheRecycler ( string host, IFrameworkContext frameworkContext ) : System.Threading
RecycleCacheFor ( TypedEntity entity ) : void

Private Methods

Méthode Description
GenerateIndexesFor ( string node ) : void
RegenerateCache ( string url ) : void
RemoveFromProvider ( AbstractApplicationCache cache, string niceUrl ) : void
RemoveFromProvider ( TypedEntity entity, AbstractCacheProvider cache, string niceUrl ) : void

Method Details

CacheRecycler() public méthode

public CacheRecycler ( string host, IFrameworkContext frameworkContext ) : System.Threading
host string
frameworkContext IFrameworkContext
Résultat System.Threading

RecycleCacheFor() public méthode

public RecycleCacheFor ( TypedEntity entity ) : void
entity TypedEntity
Résultat void