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

Enum KeyDependencyType

An enumeration that defines the operation upon which key dependency is to be triggered.

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

Fields

Name Description
RemoveOnly

Trigger key dependency when a remove operation takes place on the cache item.

UpdateOrRemove

Trigger key dependency when an update or remove operation takes place on the cache item. This is the default value.

Back to top Copyright © 2017 Alachisoft