public class IfInstantiationCachePool
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IfInstantiationCachePool.IfInstantiationCache |
| Modifier and Type | Field and Description |
|---|---|
LRUCache<Node,IfInstantiationCachePool.IfInstantiationCache> |
cacheMgr |
| Constructor and Description |
|---|
IfInstantiationCachePool() |
| Modifier and Type | Method and Description |
|---|---|
IfInstantiationCachePool.IfInstantiationCache |
getCache(Node n) |
void |
release(Node n) |
void |
releaseAll() |
public final LRUCache<Node,IfInstantiationCachePool.IfInstantiationCache> cacheMgr
public IfInstantiationCachePool.IfInstantiationCache getCache(Node n)
public void releaseAll()
public void release(Node n)