public abstract class AbstractCache extends Object implements Cache
| Modifier and Type | Field and Description |
|---|---|
protected static int |
EXPIRE_SECONDS
Fixed expire seconds after put, 6 hours.
|
| Constructor and Description |
|---|
AbstractCache() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name of this cache.
|
void |
setName(String name)
Sets the name of this cache with the specified name.
|
protected static final int EXPIRE_SECONDS
Copyright © 2009–2019 B3log. All rights reserved.