Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ReadMode

Desribes how the data read operation is performed.

Inheritance
System.Object
ReadMode
Namespace: Mediachase.Data.Provider
Assembly: Mediachase.DataProvider.dll
Version: 14.26.0
Syntax
public sealed class ReadMode : Enum

Fields

Cached

Load data from cache if it exists. If it does not, load it from the source and add it to the cache before returning.

Declaration
public const ReadMode Cached
Field Value
Type Description
ReadMode

CachedNoInsert

Load data from cache if it exists. If it does not, load it from the source and return it without adding it to the cache.

Declaration
public const ReadMode CachedNoInsert
Field Value
Type Description
ReadMode

UnCached

Read the data directly from the source, bypassing cache completely.

Declaration
public const ReadMode UnCached
Field Value
Type Description
ReadMode

value__

Declaration
public int value__
Field Value
Type Description
System.Int32