public interface ValueProcessor
wrap(Object) will be called with keys and values passed as parameters to the cache,
unwrap(Object) will be called with the return value of the same operation.
For example using Cache.get(Object) method will cause
the execution of wrap(Object) with the key as parameter and unwrap(Object) with the found value as parameter.| Modifier and Type | Method and Description |
|---|---|
Object |
unwrap(Object o) |
Object |
wrap(Object o) |
Copyright © 2018 Atlassian. All rights reserved.