MetadataCacheOptions Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
FlushPageInfos | 1 | The session copy of the application's PageInfos collection should be flushed on each round-trip. | |
FlushNavigators | 2 | The session copy of the application's Navigators collection should be flushed on each round-trip. | |
UnloadSession | 4 | Abandon the ASP.NET session object during the page unload of the toolbar. | |
CachePreferences | 8 | The 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. | |
PropagateCacheClearToScheduler | 16 | When 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. | |
CacheDBExecutions | 32 | Automatically cache DB Executions (DBLookup, DBExists, DBCount) on thread local context. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.