| Interface | Description |
|---|---|
| CacheIF |
The CacheIF defines an entity that manages a collection of named Dark Matter Objects.
|
| NameGeneratorIF |
The NameGeneratorIF interface defines a component that create a unique
name (or key) for named object.
|
| Class | Description |
|---|---|
| CacheFullListener |
The CacheFullListener is a listener that is interested in ALL events
associated with the cache and should be used with caution!
|
| CacheIndexListener |
The CacheIndexListener allows for listening to a particular class
index within the cache; any changes to the index are reported to this
listener.
|
| CacheListener |
The CacheListener is a base class for the implementation of listeners for events
that are generated by the cache i.e.
|
| CacheListenerManager |
The CacheListenerManager maintains collections of the various types of cache
listeners.
|
| CacheRegistration |
The CacheRegistration serves to uniquely identify all entities that operate
against the data cache.
|
Copyright © 2019. All rights reserved.