[Java] Interface Cache<KEY, VALUE>

Cache

Parameters:
- key
- value

Methods Summary

Methods
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.5.14/html/gapi/org/apache/groovy/json/internal/Cache.html