public static class StatefulContainer.BeanContextFilter extends java.lang.Object implements Cache.CacheFilter<Instance>, java.io.Serializable
| Constructor and Description |
|---|
BeanContextFilter(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Instance instance)
True if the filter matches the value.
|
public boolean matches(Instance instance)
Cache.CacheFiltermatches in interface Cache.CacheFilter<Instance>