Uses of Class
org.infinispan.rest.cachemanager.RestCacheManager
-
Packages that use RestCacheManager Package Description org.infinispan.rest.operations REST Server Operations classes. -
-
Uses of RestCacheManager in org.infinispan.rest.operations
Constructors in org.infinispan.rest.operations with parameters of type RestCacheManager Constructor Description CacheOperations(RestServerConfiguration configuration, RestCacheManager<Object> cacheManager)
Creates new instance ofCacheOperations
.SearchOperations(RestServerConfiguration configuration, RestCacheManager<Object> cacheManager)
-