Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-vinogradov committed Jul 29, 2024
1 parent 7c69aac commit d3113e2
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,12 @@ public Object unwrappedValue() {
}
}

/** TODO @inheritDoc} */
/**
* Unwraps previous state metadata from cache value object into primitive boxed type or source class. If client classes were
* used in key, call of this method requires classes to be available in classpath.
*
* @return Previous state metadata which was placed into cache. Or null for delete operation or for failure.
*/
public Object unwrappedPreviousStateMetadata() {
try {
return unwrapValue(prevStateMeta, keepBinary, cacheObjValCtx);
Expand Down

0 comments on commit d3113e2

Please sign in to comment.