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

Interface IMutableEntry

Interface to implement instance of MutableEntry.

Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public interface IMutableEntry

Properties

Name Description
Key

Gets the key of cache entry on which entry processor has to be executed.

Value

Sets/Gets data for relevant key.

Methods

Name Description
Exists()

Checks, if the required key for Entry Processor exists in cache or not.

Remove()

Removes the key from cache after executing the entry processor.

UnWrap(Type)

Convert data type of the value.

Back to top Copyright © 2017 Alachisoft