RepositoryReadOnlyTClearAuxiliaryCaches Method

Clears any additional cached data associated with this repository

Definition

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
protected virtual void ClearAuxiliaryCaches()

Remarks

Notes for Inheritors This method will be called by the ClearCache method to allow you to clear any auxiliary caches you've populated, after which the ValueTypeProvider and top-level entity caches will be cleared.

See Also