Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface ICachedRepository

Defines methods for clearing a cached repository.

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

Methods

ClearCache()

Clears all the cached data from the repository.

Declaration
void ClearCache()

Extension Methods