| Interface | Description |
|---|---|
| ObjectCache |
Defines interface for caching objects.
|
| Class | Description |
|---|---|
| ExpiringInMemoryObjectCache |
Implementation of object cache which stores everything in memory and objects expires after
defined period of time.
|
| ExpiringInMemoryObjectCache.Builder |
Builder object.
|
| InMemoryObjectCache |
Implementation of object cache which stores everything in memory.
|
| InMemoryObjectCache.Builder |
Builder object.
|
Copyright © 2016. All rights reserved.