Utility class that implements all methods in ICacheWriter
with empty implementations. Applications can subclass this class
and only override the methods for the events of interest.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public class CacheWriterAdapter : ICacheWriter |
| Visual Basic (Declaration) |
|---|
Public Class CacheWriterAdapter _ Implements ICacheWriter |
| Visual C++ |
|---|
public ref class CacheWriterAdapter : ICacheWriter |
Inheritance Hierarchy
See Also
CacheWriterAdapter Members
GemStone.GemFire.Cache Namespace