directory
1.2.2
Repository: https://github.com/oracle/coherence-go-client.git
Documentation: pkg.go.dev

# Packages

Package main shows how to use ContainsKey, ContainsValue and ContainsEntry against a NamedCache.
Package main shows how to carry out basic operations against a NamedMap with primitive types.
Package main shows how to put entries that expire in a NamedCache.
Package main shows how to put entries that expire in a NamedCache using the coherence.WithExpiry option.
No description provided by the author
Package main shows how to carry out basic operations against a NamedMap with a key of int and value of Person struct.
Package main shows how to carry out basic operations against a NamedMap where a key and value are structs.