Interface IContentCacheHandler
  
  Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
Assembly: EPiServer.dll
  Version: 10.10.4
  Syntax
  
    public interface IContentCacheHandler
   
  Methods
  
  
  
  
  Clear()
  
  
  Declaration
  
  
  
  
  Deleted(IContent, IList<ContentReference>, IList<ReferenceInformation>)
  
  
  Declaration
  
    void Deleted(IContent content, IList<ContentReference> descendents, IList<ReferenceInformation> affectedItems)
   
  Parameters
  
  
  
  
  DeletedChildren(ContentReference, IList<ContentReference>, IList<ReferenceInformation>)
  
  
  Declaration
  
    void DeletedChildren(ContentReference contentLink, IList<ContentReference> descendents, IList<ReferenceInformation> affectedItems)
   
  Parameters
  
  
  
  
  Moved(IContent, ContentReference, ContentReference, IEnumerable<ContentReference>)
  
  
  Declaration
  
    void Moved(IContent content, ContentReference previousParent, ContentReference newParent, IEnumerable<ContentReference> descendents)
   
  Parameters
  
  
  
  
  RemoveContent(ContentReference)
  
  
  Declaration
  
    void RemoveContent(ContentReference contentLink)
   
  Parameters
  
  
  
  
  RemoveVersion(ContentReference)
  
  
  Declaration
  
    void RemoveVersion(ContentReference versionLink)
   
  Parameters
  
  
  
  
  Reset()
  
  
  Declaration
  
  
  
  
  Updated(IContent, StatusTransition, Boolean)
  
  
  Declaration
  
    void Updated(IContent content, StatusTransition transition, bool forceCurrentVersion)
   
  Parameters
  
  Extension Methods