| CacheControllerThrowExceptionWhenCacheNotAvailable Field | 
 
            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.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic static bool ThrowExceptionWhenCacheNotAvailable
Public Shared ThrowExceptionWhenCacheNotAvailable As Boolean
Field Value
Type: 
Boolean
See Also