Interface PersistentRetrieval<T>


public interface PersistentRetrieval<T>
Represents a block of work to execute during a call to AbstractCacheMissAware.getCachedObject(Class, String, String, PersistentRetrieval, String...) should a missed cache item not be detected. Should return an instance of the cache miss item type retrieved from the persistent store.
Author:
Jeff Fischer
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • retrievePersistentObject

      T retrievePersistentObject()