Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The ICacheService type exposes the following members.

Properties

  NameDescription
CacheNames
A collection of string objects, one for each cache name that has been previously registered with this ICacheService.
Info
Gets the IServiceInfo object for this IService.
(Inherited from IService.)
IsRunning
Determine whether or not the controllable service is running.
(Inherited from IControllable.)
Serializer
The ISerializer used to serialize and deserialize objects by this IService.
(Inherited from IService.)
UserContext
Gets or sets the user context object associated with this IService.
(Inherited from IService.)

See Also