Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Interface ICachedRepository

Defines methods for clearing a cached repository.

Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public interface ICachedRepository

Methods

ClearCache()

Clears all the cached data from the repository.

Declaration
void ClearCache()

Extension Methods