Uses of Interface
org.processmining.specpp.datastructures.util.caching.SelfFillingCache
-
Packages that use SelfFillingCache Package Description org.processmining.specpp.datastructures.util.caching -
-
Uses of SelfFillingCache in org.processmining.specpp.datastructures.util.caching
Classes in org.processmining.specpp.datastructures.util.caching that implement SelfFillingCache Modifier and Type Class Description classComputingCache<K,V>classStackedCache<K,V>Constructors in org.processmining.specpp.datastructures.util.caching with parameters of type SelfFillingCache Constructor Description StackedCache(BasicCache<K,V> left, SelfFillingCache<K,V> right)
-