Cache.BuiltInCache, Cache.Callback, Cache.DefaultCache, Cache.NoCache| Constructor and Description |
|---|
BuiltInCache(int maxDocuments) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
get(String key) |
com.fasterxml.jackson.databind.JsonNode |
getOrSet(String key,
Long ttl,
Cache.Callback f) |
Boolean |
isExpired(String key) |
Boolean |
isPending(String key) |
void |
set(String key,
Long ttl,
com.fasterxml.jackson.databind.JsonNode response) |
Copyright © 2015. All rights reserved.