CacheUpdateStrategy Enum

Definition

Indicates how the cache must be updated.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum CacheUpdateStrategy
[<System.Flags>]
type CacheUpdateStrategy = 
Public Enum CacheUpdateStrategy
Inheritance
CacheUpdateStrategy
Attributes

Fields

AddSingleItem 1

Update the cache by adding a single item.

Clear 4

Clear the cache.

Incremental 0

Update the cache by adding/removing the delta that changed.

RemoveSingleItem 2

Update the cache by removing a single item.

RenameSingleItem 3

Update the cache by removing the old item and add a new one with a different full path.

Applies to