[Java] Interface Cache<KEY, VALUE>
Cache
- Parameters:
- - key
- - value
- Authors:
- Rick Hightower
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
VALUE |
get(KEY key) | |
VALUE |
getSilent(KEY key) | |
void |
put(KEY key, VALUE value) | |
void |
remove(KEY key) | |
int |
size() |
Method Detail
public VALUE get(KEY key)
public VALUE getSilent(KEY key)
public void put(KEY key, VALUE value)
public void remove(KEY key)
public int size()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/json/internal/Cache.html