[]
Defines the details of how caching is processed.
[Flags]
public enum CacheOptions
<Flags>
Public Enum CacheOptions
| Name | Description |
|---|---|
| Aggressive | Caching should be used as much as possible. Cached data will have a long life in memory. |
| None | No caching used. |
| On | The caching should be used. Cached data will have short life in memory. This is default option. |