CacheStorageTypes 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.
Cache item storage scope.
This enumeration supports a bitwise combination of its member values.
public enum class CacheStorageTypes
[System.Flags]
public enum CacheStorageTypes
[<System.Flags>]
type CacheStorageTypes =
Public Enum CacheStorageTypes
- Inheritance
-
CacheStorageTypes
- Attributes
Fields
Name | Value | Description |
---|---|---|
Local | 1 | Item is stored in local storage only. |
Cloud | 2 | Item is stored in cloud storage only. |
All | 3 | Item is stored in all storage types (local and cloud). |