public interface Cache<KEY, VALUE>
Cache
KEY
VALUE
get(KEY key)
getSilent(KEY key)
void
put(KEY key, VALUE value)
remove(KEY key)
int
size()
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.