public interface ClientCache
ClientCache interface.
Modifier and Type | Method and Description |
---|---|
Object |
get(String key)
get.
|
void |
put(String key, Object value)
put.
|
Copyright © 2015 Oracle and/or its affiliates. All rights reserved.