• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Enum ReadMode

Enumeration that defines the read mode if item is not found in cache.

Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum ReadMode : byte

Fields

Name Description
None

Return null if item not found.

ReadThru

Look data source for item if not found.

ReadThruForced

Forcefully look data source for item and update/add item in cache.

Back to top Copyright © 2017 Alachisoft