RepositoryReadOnlyTPrimeCache Method
Namespace: Ignition.Framework.RepositoriesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public:
virtual void PrimeCache() sealed
abstract PrimeCache : unit -> unit
override PrimeCache : unit -> unit
All previously cached entities will be removed. This includes including any entities cached as a results of
Find(ExpressionFuncT, Boolean, GetAllOptions) requests.
This means that, as far as future
Find(ExpressionFuncT, Boolean, GetAllOptions) requests are concerned, this operation is the equivalent to
ClearCache.
This method retrieves the entities to cache synchronously, which gives the potential for very long execution times if the
amount of data being retrieved is great. This method will not pre-populate any auxiliary caches nor the ValueTypeProvider cache.