Uses of Class
org.springframework.data.cassandra.core.cql.support.MapPreparedStatementCache.CacheKey
Packages that use MapPreparedStatementCache.CacheKey
Package
Description
Support classes for the CQL framework.
-
Uses of MapPreparedStatementCache.CacheKey in org.springframework.data.cassandra.core.cql.support
Methods in org.springframework.data.cassandra.core.cql.support that return types with arguments of type MapPreparedStatementCache.CacheKeyModifier and TypeMethodDescriptionprotected Map<MapPreparedStatementCache.CacheKey,
com.datastax.oss.driver.api.core.cql.PreparedStatement> MapPreparedStatementCache.getCache()
Deprecated.Method parameters in org.springframework.data.cassandra.core.cql.support with type arguments of type MapPreparedStatementCache.CacheKeyModifier and TypeMethodDescriptionstatic MapPreparedStatementCache
MapPreparedStatementCache.of
(Map<MapPreparedStatementCache.CacheKey, com.datastax.oss.driver.api.core.cql.PreparedStatement> cache) Deprecated.Create aMapPreparedStatementCache
using the givenMap
.