Skip to content

Commit

Permalink
Updated the .Net documentation for 14.1.2.0.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//dev/main.net/": change = 110938]
  • Loading branch information
lsho committed Aug 29, 2024
1 parent 8ad29b0 commit 92f8e67
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 27 deletions.
22 changes: 5 additions & 17 deletions doc/api/index.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,14 @@
# API Documentation
# Oracle® Fusion Middleware .NET API Reference for Oracle Coherence

This is API documentation for the .NET 6 implementation of Oracle Coherence Client for .NET.
14c (14.1.2.0.0)

### About Oracle Coherence
F79654-01

**Oracle Coherence CE** (Community Edition) is a free and open source edition of [Oracle Coherence](https://www.oracle.com/middleware/technologies/coherence.html), first and market-leading in-memory data grid.
June 2024

Since its initial release in 2001, it has been used by thousands of customers across many industries to power some of the mission critical systems you use every day. Often imitated, but never duplicated, it is now available for everyone to use free of charge.

### About Oracle Coherence Client for .NET

**Oracle Coherence Client 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-managed data.

Coherence Client for .NET is 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).
Coherence Client for .NET is 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* 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.

### Additional Information

* [Oracle Coherence CE Web Site](https://coherence.community/)
* [Oracle Coherence CE Blog](https://medium.com/oracle-coherence)
* [Oracle Coherence YouTube Channel](https://www.youtube.com/user/OracleCoherence)
* [Oracle Coherence CE Source Code](https://github.com/oracle/coherence)
* [Oracle Coherence for .NET Source Code](https://github.com/oracle/coherence-dotnet-extend-client)

17 changes: 7 additions & 10 deletions doc/index.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
# Oracle® Coherence Client for .NET Documentation
# Oracle® Fusion Middleware .NET API Reference for Oracle Coherence

This is documentation for the .NET 6.0 or later implementation of Oracle Coherence Client for .NET.

> [!Note]
> The documentation for the .NET Framework 4.0 (or later) compatible implementation of Oracle Coherence Client for .NET is available [here](https://coherence.community/14.1.1.0/api/dotnet/).
14c (14.1.2.0.0)

### [API Documentation](api/)
F79654-01

### About Oracle Coherence
June 2024

**Oracle Coherence CE** (Community Edition) is a free and open source edition of [Oracle Coherence](https://www.oracle.com/middleware/technologies/coherence.html), first and market-leading in-memory data grid.
This is documentation for the .NET 6.0 or later implementation of Oracle Coherence Client for .NET.

Since its initial release in 2001, it has been used by thousands of customers across many industries to power some of the mission critical systems you use every day. Often imitated, but never duplicated, it is now available for everyone to use free of charge.
### [API Documentation](api/)

### About Oracle Coherence Client for .NET

**Oracle Coherence Client 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-managed data.

Coherence Client for .NET is 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).
Coherence Client for .NET is 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* 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.

Expand Down

0 comments on commit 92f8e67

Please sign in to comment.