Click or drag to resize

MetadataCacheOptions Enumeration

Options controlling metadata caching.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum MetadataCacheOptions
Members
  Member nameValueDescription
FlushPageInfos1The session copy of the application's PageInfos collection should be flushed on each round-trip.
FlushNavigators2The session copy of the application's Navigators collection should be flushed on each round-trip.
UnloadSession4Abandon the ASP.NET session object during the page unload of the toolbar.
CachePreferences8The platform will cache any session properties when loaded. In order to benefit from session property caching the session must be loaded with the LoadCachedPreferences method.
PropagateCacheClearToScheduler16When a user intitates a cache clear from Developer Tools menu, we can clear the cache from the current app server and related Farm servers. Set this property to propagate the same clear cache request to any server running the NetQuarry Scheduler.
CacheDBExecutions32Automatically cache DB Executions (DBLookup, DBExists, DBCount) on thread local context.
See Also