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

Enum IsolationLevel

Specifies the Isolation level of the ICache.

Namespace:
Assembly: Alachisoft.NCache.Client.dll
Syntax
[Serializable]
public enum IsolationLevel

Fields

Name Description
Default

Isolation level of Cache will be read from the configuration file.

InProc

InProc specifies low Isolation level i.e Cache process is embeded inside the application process.

OutProc

OutProc specifies high isolation level i.e Cache process runs in a seprate process.

Back to top Copyright © 2017 Alachisoft