public interface Caching extends Component
| Modifier and Type | Interface and Description |
|---|---|
static class |
Caching.CreateOption |
| Modifier and Type | Method and Description |
|---|---|
org.infinispan.Cache |
find(String name) |
org.infinispan.Cache |
findOrCreate(String name,
Map<Caching.CreateOption,Object> options) |
boolean |
stop(String name) |
org.infinispan.Cache |
withCodec(org.infinispan.Cache cache,
Codec codec) |
org.infinispan.Cache |
withExpiration(org.infinispan.Cache cache,
long ttl,
long idle) |
org.infinispan.Cache findOrCreate(String name, Map<Caching.CreateOption,Object> options)
org.infinispan.Cache find(String name)
org.infinispan.Cache withCodec(org.infinispan.Cache cache,
Codec codec)
org.infinispan.Cache withExpiration(org.infinispan.Cache cache,
long ttl,
long idle)
boolean stop(String name)
Copyright © 2016. All Rights Reserved.