Uses of Class
org.apache.shardingsphere.sharding.cache.route.cache.ShardingRouteCacheKey
Packages that use ShardingRouteCacheKey
-
Uses of ShardingRouteCacheKey in org.apache.shardingsphere.sharding.cache.route.cache
Methods in org.apache.shardingsphere.sharding.cache.route.cache with parameters of type ShardingRouteCacheKeyModifier and TypeMethodDescriptionShardingRouteCache.get(ShardingRouteCacheKey key) Get cached route result.voidShardingRouteCache.put(ShardingRouteCacheKey key, ShardingRouteCacheValue value) Cache route result.