| Package | Description |
|---|---|
| com.openhtmltopdf.extend.impl |
| Modifier and Type | Method and Description |
|---|---|
FSCacheValue |
FSNoOpCacheStore.get(String key) |
FSCacheValue |
FSDefaultCacheStore.get(String key) |
FSCacheValue |
FSNoOpCacheStore.get(String key,
Callable<? extends FSCacheValue> loader) |
FSCacheValue |
FSDefaultCacheStore.get(String key,
Callable<? extends FSCacheValue> loader) |
| Modifier and Type | Method and Description |
|---|---|
void |
FSNoOpCacheStore.put(String key,
FSCacheValue value) |
void |
FSDefaultCacheStore.put(String key,
FSCacheValue value) |
| Modifier and Type | Method and Description |
|---|---|
FSCacheValue |
FSNoOpCacheStore.get(String key,
Callable<? extends FSCacheValue> loader) |
FSCacheValue |
FSDefaultCacheStore.get(String key,
Callable<? extends FSCacheValue> loader) |
Copyright © 2018. All rights reserved.