|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheEntity | |
|---|---|
| net.sf.ehcache.management.resource.services | |
| net.sf.ehcache.management.service | |
| Uses of CacheEntity in net.sf.ehcache.management.resource.services |
|---|
| Methods in net.sf.ehcache.management.resource.services that return types with arguments of type CacheEntity | |
|---|---|
Collection<CacheEntity> |
CachesResourceServiceImpl.getCaches(javax.ws.rs.core.UriInfo info)
Get a Collection of CacheEntity objects representing the cache information provided by the
associated monitorable entity's agent given the request path. |
| Methods in net.sf.ehcache.management.resource.services with parameters of type CacheEntity | |
|---|---|
void |
CachesResourceServiceImpl.createOrUpdateCache(javax.ws.rs.core.UriInfo info,
CacheEntity resource)
Create or update a cache with the name specified in the request path, for a specific agent and cache manager. |
| Uses of CacheEntity in net.sf.ehcache.management.service |
|---|
| Methods in net.sf.ehcache.management.service that return types with arguments of type CacheEntity | |
|---|---|
Collection<CacheEntity> |
EntityResourceFactory.createCacheEntities(Set<String> cacheManagerNames,
Set<String> cacheNames,
Set<String> attributes)
A factory method for CacheEntity objects. |
| Methods in net.sf.ehcache.management.service with parameters of type CacheEntity | |
|---|---|
void |
CacheService.createOrUpdateCache(String cacheManagerName,
String cacheName,
CacheEntity resource)
Create or update a cache represented by the submitted entity. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||