Package | Description |
---|---|
org.waarp.common.lru |
Classes implementing LRU Utilities
Based on work from Damian Momot at http://code.google.com/p/simplelrucache/
|
org.waarp.openr66.dao.database |
Modifier and Type | Class and Description |
---|---|
class |
SoftReferenceSynchronizedLruCache<K,V>
Modification of SynchronizedLruCache which uses SoftReference to store values
|
Modifier and Type | Method and Description |
---|---|
protected SynchronizedLruCache<String,Business> |
DBBusinessDAO.getCache() |
protected SynchronizedLruCache<String,Host> |
DBHostDAO.getCache() |
protected SynchronizedLruCache<String,Rule> |
DBRuleDAO.getCache() |
protected SynchronizedLruCache<String,E> |
StatementExecutor.getCache() |
Copyright © 2009–2022 Waarp. All rights reserved.