Click or drag to resize

ICachingRepository Interface

Represents a repository that maintains an internal cache of its entities

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public interface ICachingRepository

The ICachingRepository type exposes the following members.

Methods
 NameDescription
Public methodClearCache Clears all cached data associated with this repository, for both top-level entities and all sub-entities to ensure that subsequent calls to the repository will retrieve fresh data.
Top
See Also