public interface CacheService
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getIfPresent(String cacheName,
String key) |
void |
invalidate(String cacheName) |
void |
invalidate(String cacheName,
String key) |
<T> T |
put(String cacheName,
String key,
T t,
CacheOptions cacheOptions) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.