Interface ICachedRepository
Defines methods for clearing a cached repository.
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 9.12.2Syntax
public interface ICachedRepository
Methods
ClearCache()
Clears all the cached data from the repository.
Declaration
void ClearCache()