| Package | Description |
|---|---|
| net.sf.ehcache.config |
This package contains the cache configuration code.
|
| Modifier and Type | Field and Description |
|---|---|
static CacheWriterConfiguration.WriteMode |
CacheWriterConfiguration.DEFAULT_WRITE_MODE
Default writeMode
|
| Modifier and Type | Method and Description |
|---|---|
CacheWriterConfiguration.WriteMode |
CacheWriterConfiguration.getWriteMode()
Get the write mode in terms of the mode enum
|
static CacheWriterConfiguration.WriteMode |
CacheWriterConfiguration.WriteMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheWriterConfiguration.WriteMode[] |
CacheWriterConfiguration.WriteMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CacheWriterConfiguration |
CacheWriterConfiguration.writeMode(CacheWriterConfiguration.WriteMode writeMode) |
Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.