public static class DefaultCachedSupplier.SimpleCacheValidator<T> extends Object implements DefaultCachedSupplier.CacheValidator<T>
| Constructor and Description |
|---|
SimpleCacheValidator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCacheId() |
boolean |
isValidCacheId(String cacheId) |
boolean |
isValidValue(T value) |
public String getCacheId()
getCacheId in interface DefaultCachedSupplier.CacheValidator<T>public boolean isValidCacheId(String cacheId)
isValidCacheId in interface DefaultCachedSupplier.CacheValidator<T>public boolean isValidValue(T value)
isValidValue in interface DefaultCachedSupplier.CacheValidator<T>Copyright © 2025 vpc open source initiative. All rights reserved.