RepositoryReadOnlyTClearAuxiliaryCaches Method
Clears any additional cached data associated with this repository
Namespace: Ignition.Framework.RepositoriesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
protected virtual void ClearAuxiliaryCaches()
Protected Overridable Sub ClearAuxiliaryCaches
protected:
virtual void ClearAuxiliaryCaches()
abstract ClearAuxiliaryCaches : unit -> unit
override ClearAuxiliaryCaches : unit -> unit
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.