| Package | Description | 
|---|---|
| com.toolsverse.cache | |
| com.toolsverse.etl.core.config | |
| com.toolsverse.etl.core.engine | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LinkedMemoryCache<K,V>
LimitedMap implementation of the Cache interface. 
 | 
class  | 
ListMemoryCache<V>
ArrayList implementation of the Cache interface. 
 | 
class  | 
MemoryCache<K,V>
HashMap implementation of the Cache interface. 
 | 
class  | 
SynchLinkedMemoryCache<K,V>
The thread safe version of the LinkedMemoryCache class. 
 | 
class  | 
SynchListMemoryCache<V>
Thread safe version of the ListMemoryCache. 
 | 
class  | 
SynchMemoryCache<K,V>
ConcurrentHashMap implementation of the Cache interface. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Cache<?,?> | 
CacheManager.get(String topic)
Gets the cache associated with the topic. 
 | 
Cache<K,V> | 
MemoryCache.getCache()  | 
Cache<Number,V> | 
ListMemoryCache.getCache()  | 
Cache<K,V> | 
CacheProvider.getCache()
Gets the cache. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CacheManager.add(String topic,
   Cache<?,?> cache)
Adds the cache to the storage using topic as a key. 
 | 
void | 
CacheManager.remove(String topic,
      Cache<?,?> cache)
Removes the cache associated with the topic from the storage. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Cache<String,Object> | 
EtlConfig.getCache()  | 
| Modifier and Type | Method and Description | 
|---|---|
Cache<String,Object> | 
Destination.getCache()
Gets the cache associated with the destination. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Destination.setCache(Cache<String,Object> value)
Sets the cache associated with the destination. 
 | 
Copyright © 2010-2020 Toolsverse. All Rights Reserved.