| Package | Description |
|---|---|
| org.projectodd.wunderboss.caching |
| Modifier and Type | Field and Description |
|---|---|
static Caching.CreateOption |
Caching.CreateOption.CONFIGURATION |
static Caching.CreateOption |
Caching.CreateOption.EVICTION |
static Caching.CreateOption |
Caching.CreateOption.IDLE |
static Caching.CreateOption |
Caching.CreateOption.LOCKING |
static Caching.CreateOption |
Caching.CreateOption.MAX_ENTRIES |
static Caching.CreateOption |
Caching.CreateOption.MODE |
static Caching.CreateOption |
Caching.CreateOption.PERSIST |
static Caching.CreateOption |
Caching.CreateOption.TRANSACTIONAL |
static Caching.CreateOption |
Caching.CreateOption.TTL |
| Modifier and Type | Field and Description |
|---|---|
protected Options<Caching.CreateOption> |
Config.options |
| Modifier and Type | Method and Description |
|---|---|
protected Options<Caching.CreateOption> |
InfinispanCaching.validate(Map<Caching.CreateOption,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static org.infinispan.configuration.cache.ConfigurationBuilder |
Config.builder(Options<Caching.CreateOption> options) |
org.infinispan.Cache |
InfinispanCaching.findOrCreate(String name,
Map<Caching.CreateOption,Object> options) |
org.infinispan.Cache |
Caching.findOrCreate(String name,
Map<Caching.CreateOption,Object> options) |
static org.infinispan.configuration.cache.Configuration |
Config.uration(Options<Caching.CreateOption> options) |
protected Options<Caching.CreateOption> |
InfinispanCaching.validate(Map<Caching.CreateOption,Object> options) |
| Constructor and Description |
|---|
Config7(Options<Caching.CreateOption> options) |
InfinispanCaching(String name,
Options<Caching.CreateOption> options) |
Copyright © 2016. All Rights Reserved.