Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.3.0)
E80354-01
Coherence for .NET allows .NET applications to access Coherence clustered services, including data, data events, and data processing from outside the Coherence cluster. Typical uses of Coherence for .NET include desktop and web applications that require access to Coherence caches.

Coherence for .NET consists of a lightweight .NET library that connects to a Coherence*Extend clustered service instance running within the Coherence cluster using a high performance TCP/IP-based communication layer. This library sends all client requests to the Coherence*Extend clustered service which, in turn, responds to client requests by delegating to an actual Coherence clustered service (for example, a Partitioned or Replicated cache service).

An INamedCache instance is retrieved via the CacheFactory.GetCache() API call. Once it is obtained, a client accesses the INamedCache in the same way as it would if it were part of the Coherence cluster. The fact that cache operations are being sent and executed on a remote cluster node (over TCP/IP) is completely transparent to the client application.

Namespaces

NamespaceDescription
Tangosol.Config
Contains a configuration section handler and related classes for configuring Coherence for .NET.
Tangosol.IO
Contains low-level I/O classes and interfaces.
Tangosol.IO.Pof
Contains classes and interfaces for writing and reading .NET objects to and from a binary Portable Object Format (POF) or Portable Invocation Format (PIF).
Tangosol.IO.Pof.Annotation
Contains custom attribute classes used by the attribute-driven POF serializer.
Tangosol.IO.Pof.Reflection
Contains classes related to Portable Object Format (POF) stream navigation and manipulation.
Tangosol.IO.Pof.Schema.Annotation
Contains custom attribute classes used for marking class as portable and optionally defining type identifier.
Tangosol.IO.Resources
Contains classes and interfaces for accessing different types of resources that can provide a System.IO.Stream to read from.
Tangosol.Net
Contains classes and interfaces used to establish a connection to a remote Coherence cluster and to access clustered services, such as caches and invocation services.
Tangosol.Net.Cache
Contains classes and interface that provide various caching functionality.
Tangosol.Net.Cache.Support
Contains support classes for caching functionality.
Tangosol.Net.Partition
Contains classes related to partitioned services.
Tangosol.Net.Security
Contains interfaces related to the Coherence Security Framework.
Tangosol.Net.Security.Impl
Contains Coherence Security Framework implementation classes.
Tangosol.Run.Xml
Contains classes and interfaces providing basic XML related functionality.
Tangosol.Util
Contains miscellaneous utility classes and interfaces.
Tangosol.Util.Aggregator
Contains various aggregator implementations.
Tangosol.Util.Collections
Contains various collection implementations.
Tangosol.Util.Comparator
Contains various comparator implementations.
Tangosol.Util.Extractor
Contains various extractor implementations.
Tangosol.Util.Filter
Contains various filter implementations.
Tangosol.Util.Processor
Contains various processor implementations.
Tangosol.Util.Transformer
Contains various event transformer implementations.
Tangosol.Web
Contains a Coherence-backed ASP.NET 2.0 session store provider implementation and related utility classes.
Tangosol.Web.Model
Contains session item collection implementations used by the ASP.NET 2.0 session store provider.