public interface CacheService
Value
getValue(Key key)
Map<Key,Value>
getValues(Iterable<Key> keys)
void
invalidate(Key... keys)
Value getValue(Key key) throws CacheAccessException
key
CacheAccessException
Map<Key,Value> getValues(Iterable<Key> keys) throws CacheAccessException
void invalidate(Key... keys)
keys
Copyright © 2020 The Ant Financial. All rights reserved.