Click or drag to resize

RepositoryReadOnlyTClearAuxiliaryCaches Method

Clears any additional cached data associated with this repository

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
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