| Package | Description | 
|---|---|
| org.trimou.engine.cache | |
| org.trimou.engine.listener | 
| Modifier and Type | Method and Description | 
|---|---|
<K,V> ComputingCache<K,V> | 
DefaultComputingCacheFactory.create(String consumerId,
      ComputingCache.Function<K,V> computingFunction,
      Long expirationTimeout,
      Long maxSize,
      ComputingCache.Listener<K> listener)  | 
<K,V> ComputingCache<K,V> | 
ComputingCacheFactory.create(String consumerId,
      ComputingCache.Function<K,V> computingFunction,
      Long expirationTimeout,
      Long maxSize,
      ComputingCache.Listener<K> listener)
The  
ComputingCache implementations are not required to implement
 eviction operations (expiration timeout, maximum size, listener). | 
| Modifier and Type | Field and Description | 
|---|---|
protected ComputingCache<String,ComputingCache<Long,AtomicLong>> | 
SimpleStatsCollector.data
Map of name to map of time to amount 
 | 
protected ComputingCache<Long,ConcurrentMap<Long,EnhancedStatsCollector.ExecutionData>> | 
EnhancedStatsCollector.data  | 
| Modifier and Type | Field and Description | 
|---|---|
protected ComputingCache<String,ComputingCache<Long,AtomicLong>> | 
SimpleStatsCollector.data
Map of name to map of time to amount 
 | 
Copyright © 2017. All rights reserved.