Show / Hide Table of Contents

Delegate CacheEventHandler

Represents the method that will handle cache events.

Namespace: Tangosol.Net.Cache.Support
Assembly: Coherence.dll
Syntax
public delegate void CacheEventHandler(object sender, CacheEventArgs args)
Parameters
Type Name Description
object sender

INamedCache that raised an event.

CacheEventArgs args

Event arguments.

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