| Package | Description |
|---|---|
| co.abit.prime.cache | |
| co.abit.prime.cache.item |
| Modifier and Type | Method and Description |
|---|---|
CacheItem |
CacheHandler.get(String key)
Returns a cache item by key
|
static CacheItem |
CacheItem.newInstance(String key)
Creates and returns a new instance of CacheItem with key
|
static CacheItem |
CacheItem.newInstance(String key,
Object value)
Creates and returns a new instance of CacheItem with key
|
static CacheItem |
CacheItem.newInstance(String key,
Object value,
Long expiration)
Creates and returns a new instance of CacheItem with key
|
| Modifier and Type | Method and Description |
|---|---|
int |
CacheHandler.put(CacheItem... items)
Puts one or more items into cache
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleCacheItem |
Copyright © 2018. All rights reserved.