Uses of Class
org.processmining.specpp.datastructures.util.caching.BasicCache
-
Packages that use BasicCache Package Description org.processmining.specpp.composition.composers org.processmining.specpp.datastructures.util.caching -
-
Uses of BasicCache in org.processmining.specpp.composition.composers
Fields in org.processmining.specpp.composition.composers declared as BasicCache Modifier and Type Field Description protected BasicCache<Place,ComprehensiveFitnessEvaluation>AbstractActivityActivationAwareFitnessFilter. fitnessCacheprotected BasicCache<Place,DetailedFitnessEvaluation>CachingFitnessFilter. fitnessCache -
Uses of BasicCache in org.processmining.specpp.datastructures.util.caching
Subclasses of BasicCache in org.processmining.specpp.datastructures.util.caching Modifier and Type Class Description classComputingCache<K,V>Constructors in org.processmining.specpp.datastructures.util.caching with parameters of type BasicCache Constructor Description StackedCache(BasicCache<K,V> left, SelfFillingCache<K,V> right)
-