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