Primary APIs
These are the main APIs within Apache.Geode.Client
used for cache, region, and data entry management.
Note: Declarative configuration via XML of application plug-ins such as cache listener, cache writer, cache loader and partition resolver is not supported when clients are operated in the new .NET Generic API.
-
This section describes the
CacheFactory
andCache
classes. -
This section describes classes for working with regions and region entries.
-
Use either
IPdxSerializable
orIGeodeSerializable
for each region. Do not mix the two. -
Code your event handlers to do minimal work before returning control to GemFire.
Property Collections and Logging APIs
This section describes classes for property collections and logging.