|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cache_MBean | |
---|---|
com.rubecula.darwin.domain.helper | Darwin |
Uses of Cache_MBean in com.rubecula.darwin.domain.helper |
---|
Subinterfaces of Cache_MBean in com.rubecula.darwin.domain.helper | |
---|---|
interface |
Cache
This defines a general caching mechanism where the cache is made up of entries of the form: key -> value , for example when some
significant amount of calculation is required to generate value and we
therefore prefer to look it up to see if it's already been calculated. |
Classes in com.rubecula.darwin.domain.helper that implement Cache_MBean | |
---|---|
class |
Cache_<K extends Identifiable,V>
Abstract base class for implementing a Cache . |
class |
FitnessCache
This cache maintains a set of fitness values indexed by Signature/FitnessEngine pair. |
class |
PhenotypeCache
This cache maintains a set of Phenotypes indexed by Basic/Identifiable pair. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |