public class NoOpTagCache extends Object implements PebbleCache<CacheKey,Object>
| Constructor and Description |
|---|
NoOpTagCache() |
| Modifier and Type | Method and Description |
|---|---|
Object |
computeIfAbsent(CacheKey key,
java.util.function.Function<? super CacheKey,?> mappingFunction) |
void |
invalidateAll() |
public Object computeIfAbsent(CacheKey key, java.util.function.Function<? super CacheKey,?> mappingFunction)
computeIfAbsent in interface PebbleCache<CacheKey,Object>public void invalidateAll()
invalidateAll in interface PebbleCache<CacheKey,Object>Copyright © 2020. All rights reserved.