ICachingRepository Interface
Represents a repository that maintains an internal cache of its entities
Namespace: Ignition.Framework.RepositoriesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public interface ICachingRepository
Public Interface ICachingRepository
public interface class ICachingRepository
type ICachingRepository = interface end
ClearCache |
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.
|