LGCacheScope Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
LG cache scope options.
public enum LGCacheScope
type LGCacheScope =
Public Enum LGCacheScope
- Inheritance
-
LGCacheScope
Fields
Name | Value | Description |
---|---|---|
Global | 0 | Global template cache scope. |
Local | 1 | Only cache result in the same layer of children in template. |
None | 2 | Without cache. |