The GSARepository component has two properties you can use to disable all caches for the repository. These properties, disableItemCachesAtStartup and disableQueryCachesAtStartup, cause the repository to disable all of its item caches when the application starts up. Setting one of these properties to true overrides all cache size settings in the repository definition file. The caches can still be turned on later programmatically. These properties are intended to be used mostly for debugging. These properties are set to false by default.

 
loading table of contents...