V
- the value type determining the type of values stored in the cachepublic interface ValueVerifier<V>
Can be supplied to CacheManager.createCache(String, ValueComputer, ValueVerifier)
when creating a cache
to verify values before returning them to the caller.
Modifier and Type | Method and Description |
---|---|
boolean |
valid(V value)
Verifies the given value
|
Copyright © 2018. All rights reserved.