Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01
Assembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
E18812-01
An ICacheService is a service providing a collection of
named caches that hold resources.
Namespace:
Tangosol.NetAssembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
Syntax
| C# |
|---|
public interface ICacheService : IService, IService, IControllable |
Remarks
These resources are expected to be managed in memory, and are
typically composed of data that are also stored persistently in a
database, or data that have been assembled or calculated at some
significant cost, thus these resources are referred to as
cached.