| Package | Description |
|---|---|
| de.greenrobot.common |
| Modifier and Type | Method and Description |
|---|---|
static ObjectCache.ReferenceType |
ObjectCache.ReferenceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectCache.ReferenceType[] |
ObjectCache.ReferenceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ObjectCache(ObjectCache.ReferenceType referenceType,
int maxSize,
long expirationMillis)
Create a cache according to the given configuration.
|
Copyright © 2016. All rights reserved.