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

The ICacheService type exposes the following members.

Methods

  NameDescription
Configure
Configure the controllable service.
(Inherited from IControllable.)
DestroyCache
Release and destroy the specified cache.
EnsureCache
Obtain an INamedCache interface that provides a view of cached resources.
ReleaseCache
Release local resources associated with the specified instance of the cache.
Shutdown
Stop the controllable service.
(Inherited from IControllable.)
Start
Start the controllable service.
(Inherited from IControllable.)
Stop
Hard-stop the controllable service.
(Inherited from IControllable.)

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

Events

  NameDescription
MemberJoined
Invoked when an IMember has joined the service.
(Inherited from IService.)
MemberLeaving
Invoked when an IMember is leaving the service.
(Inherited from IService.)
MemberLeft
Invoked when an IMember has left the service.
(Inherited from IService.)
ServiceStarted
Invoked when IService has started.
(Inherited from IService.)
ServiceStarting
Invoked when IService is starting.
(Inherited from IService.)
ServiceStopped
Invoked when IService has stopped.
(Inherited from IService.)
ServiceStopping
Invoked when IService is stopping.
(Inherited from IService.)

See Also