Show / Hide Table of Contents

Enum CacheEventType

Cache event type enumeration.

Namespace: Tangosol.Net.Cache
Assembly: Coherence.dll
Syntax
public enum CacheEventType

Fields

Name Description
Deleted

This event indicates that an entry has been removed from the cache.

Inserted

This event indicates that an entry has been added to the cache.

Updated

This event indicates that an entry has been updated in the cache.

In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.