# 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.