| Package | Description |
|---|---|
| org.rhq.enterprise.server.rest |
| Modifier and Type | Field and Description |
|---|---|
protected org.infinispan.Cache<AbstractRestBean.CacheKey,Object> |
AbstractRestBean.cache |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
AbstractRestBean.getFromCache(AbstractRestBean.CacheKey key,
Class<T> clazz)
Retrieve an object from the cache if present or null otherwise.
|
protected <T> boolean |
AbstractRestBean.putToCache(AbstractRestBean.CacheKey key,
T o)
Put an object into the cache.
|
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.