Click or drag to resize

ICacheService Properties

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02

The ICacheService type exposes the following members.

Properties
  NameDescription
Public propertyCacheNames
A collection of string objects, one for each cache name that has been previously registered with this ICacheService.
Public propertyInfo
Gets the IServiceInfo object for this IService.
(Inherited from IService.)
Public propertyIsRunning
Determine whether or not the controllable service is running.
(Inherited from IControllable.)
Public propertySerializer
The ISerializer used to serialize and deserialize objects by this IService.
(Inherited from IService.)
Public propertyUserContext
Gets or sets the user context object associated with this IService.
(Inherited from IService.)
Top
See Also