CacheController Fields |
The CacheController type exposes the following members.
Name | Description | |
---|---|---|
CachingEnabled |
If set to true (default) the caching system works as expected. If set to false, no resultsets are cached. Set to false when
caching is undesired (e.g. during debugging). Global setting.
| |
ThrowExceptionWhenCacheNotAvailable |
If set to true the controller will throw an InvalidOperationException
when a caching attempt is made for a cache which isn't registered. If false (default), the caching attempt for a cache which
doesn't exist will result in a no-op. Set to true during testing/debug to see whether you're trying to cache data in non-existing
caches.
|