Describes the behavior to use when the app accesses an item in a list.
Syntax
var value = Windows.Storage.AccessCache.AccessCacheOptions.none;
Attributes
- FlagsAttribute()
- VersionAttribute(NTDDI_WIN8)
Members
The AccessCacheOptions enumeration has these members.
| Member | Value | Description |
|---|---|---|
| None | none | 0 |
Default. When the app accesses the item, the app retrieves the most current version of the item from any available location and, if necessary, the user can enter additional information. |
| DisallowUserInput | disallowUserInput | 1 |
When the app accesses the item, the user is prevented from entering information. For example, if the app accesses a file that is stored using this option and the file normally triggers a request for the user to enter credentials, the request is suppressed. |
| FastLocationsOnly | fastLocationsOnly | 2 |
When the app accesses the item, it is retrieved from a fast location like the local file system. For example, if the app accesses a file that is stored using this option and a version of the file is only available remotely, the file will not be accessed. |
| UseReadOnlyCachedCopy | useReadOnlyCachedCopy | 4 |
When the app accesses the item, the app retrieves a cached, read-only version of the file. This version of the file might not be the most recent. |
| SuppressAccessTimeUpdate | suppressAccessTimeUpdate | 8 |
When the app accesses the item in the StorageItemMostRecentlyUsedList, Windows preserves the item's current position in the MRU and does not update the access time of the item. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
Build date: 12/4/2012