Package com.oracle.coherence.spring.cachestore
Provides Cache Store support.
-
Interface Summary Interface Description JpaRepositoryCacheLoader<T,ID> A CoherenceCacheLoader
that is also aJpaRepository
allowing the loader methods to use the repository to load data.JpaRepositoryCacheStore<T,ID> A generic Spring JPACacheStore
that extends a SpringJpaRepository
for the database operations.