public class CacheFinder<C,T> extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
attributeName |
private Cache<C> |
cache |
| Constructor and Description |
|---|
CacheFinder(Cache<C> cache,
String attributeName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<C> |
findForKey(T value) |
Collection<C> |
findForKeys(Collection<T> values) |
public Collection<C> findForKey(T value)
public Collection<C> findForKeys(Collection<T> values)
Copyright © 2013 RapidPM. All rights reserved.