Interface EntryProcessorResult<T>

Type Parameters:
T - the type of the return value

public interface EntryProcessorResult<T>
A mechanism to represent and obtain the result of processing a Cache entry using an EntryProcessor.
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
    Obtain the result of processing an entry with an EntryProcessor.