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, for removal: This API element is subject to removal in a future version.Method parameters in org.springframework.data.cassandra.core.cql.support with type arguments of type MapPreparedStatementCache.CacheKeyModifier and TypeMethodDescriptionstatic MapPreparedStatementCacheMapPreparedStatementCache.of(Map<MapPreparedStatementCache.CacheKey, com.datastax.oss.driver.api.core.cql.PreparedStatement> cache) Deprecated, for removal: This API element is subject to removal in a future version.Create aMapPreparedStatementCacheusing the givenMap.