Package com.oracle.coherence.spring.cachestore
package com.oracle.coherence.spring.cachestore
Provides Cache Store support.
-
ClassDescriptionJpaRepositoryCacheLoader<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.