Skip to content

Commit 92f8e67

Browse files
committed
Updated the .Net documentation for 14.1.2.0.
[git-p4: depot-paths = "//dev/main.net/": change = 110938]
1 parent 8ad29b0 commit 92f8e67

File tree

2 files changed

+12
-27
lines changed

2 files changed

+12
-27
lines changed

doc/api/index.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,14 @@
1-
# API Documentation
1+
# Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
22

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

5-
### About Oracle Coherence
5+
F79654-01
66

7-
**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.
7+
June 2024
88

9-
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.
10-
11-
### About Oracle Coherence Client for .NET
129

1310
**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.
1411

15-
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).
12+
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).
1613

1714
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.
18-
19-
### Additional Information
20-
21-
* [Oracle Coherence CE Web Site](https://coherence.community/)
22-
* [Oracle Coherence CE Blog](https://medium.com/oracle-coherence)
23-
* [Oracle Coherence YouTube Channel](https://www.youtube.com/user/OracleCoherence)
24-
* [Oracle Coherence CE Source Code](https://github.com/oracle/coherence)
25-
* [Oracle Coherence for .NET Source Code](https://github.com/oracle/coherence-dotnet-extend-client)
26-

doc/index.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
1-
# Oracle® Coherence Client for .NET Documentation
1+
# Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
22

3-
This is documentation for the .NET 6.0 or later implementation of Oracle Coherence Client for .NET.
4-
5-
> [!Note]
6-
> 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/).
3+
14c (14.1.2.0.0)
74

8-
### [API Documentation](api/)
5+
F79654-01
96

10-
### About Oracle Coherence
7+
June 2024
118

12-
**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.
9+
This is documentation for the .NET 6.0 or later implementation of Oracle Coherence Client for .NET.
1310

14-
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.
11+
### [API Documentation](api/)
1512

1613
### About Oracle Coherence Client for .NET
1714

1815
**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.
1916

20-
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).
17+
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).
2118

2219
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.
2320

0 commit comments

Comments
 (0)