public class PerConnectionLRUFactory extends Object implements CacheAdapterFactory<String,QueryInfo>
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
PerConnectionLRUFactory.PerConnectionLRU |
| Constructor and Description |
|---|
PerConnectionLRUFactory() |
| Modifier and Type | Method and Description |
|---|---|
CacheAdapter<String,QueryInfo> |
getInstance(Object syncMutex,
String url,
int cacheMaxSize,
int maxKeySize) |
public CacheAdapter<String,QueryInfo> getInstance(Object syncMutex, String url, int cacheMaxSize, int maxKeySize)
getInstance in interface CacheAdapterFactory<String,QueryInfo>