Uses of Interface
org.infinispan.persistence.spi.TransactionalCacheWriter
-
Packages that use TransactionalCacheWriter Package Description org.infinispan.persistence.jdbc.stringbased JDBC CacheStore implementation which maps keys to strings. -
-
Uses of TransactionalCacheWriter in org.infinispan.persistence.jdbc.stringbased
Classes in org.infinispan.persistence.jdbc.stringbased that implement TransactionalCacheWriter Modifier and Type Class Description classJdbcStringBasedStore<K,V>AdvancedCacheLoaderimplementation that stores the entries in a database.
-