Class ShardingRouteCacheValue
java.lang.Object
org.apache.shardingsphere.sharding.cache.route.cache.ShardingRouteCacheValue
Value of sharding route cache.
-
Constructor Summary
ConstructorsConstructorDescriptionShardingRouteCacheValue(org.apache.shardingsphere.infra.route.context.RouteContext routeContext) -
Method Summary
Modifier and TypeMethodDescriptionOptional<org.apache.shardingsphere.infra.route.context.RouteContext>Get cached route context.
-
Constructor Details
-
ShardingRouteCacheValue
public ShardingRouteCacheValue(org.apache.shardingsphere.infra.route.context.RouteContext routeContext)
-
-
Method Details
-
getCachedRouteContext
Get cached route context.- Returns:
- optional cached route context
-