P - the parameter type.public interface ParamHolder<P>
P parameter object for Cache.invoke(String, byte[], Duration) operations.| Modifier and Type | Method and Description |
|---|---|
P |
getParam(byte[] serializedParam)
Turn the binary data of a parameter object into a hydrated
P instance. |
P getParam(byte[] serializedParam)
P instance.serializedParam - the binary data of a P parameter object.P instance.