| Interface | Description |
|---|---|
| CipherExecutor<I,O> |
Responsible to define operation that deal with encryption, signing
and verification of a value.
|
| ComponentSerializationPlan |
This is
ComponentSerializationPlan that allows modules to register objects and classes
they wish to let the underlying engine serialize explicitly. |
| ComponentSerializationPlanConfigurator |
This is
ComponentSerializationPlanConfigurator, to be implemented
by modules that wish to register serializable classes into the plan. |
| DistributedCacheManager<K extends java.io.Serializable,V extends DistributedCacheObject> |
This is
DistributedCacheManager that acts as a facade for a cache implementation. |
| Class | Description |
|---|---|
| DistributedCacheObject<V extends java.io.Serializable> |
This is
DistributedCacheObject. |