Class ShardingRouteCache
java.lang.Object
org.apache.shardingsphere.sharding.cache.route.cache.ShardingRouteCache
Cache for sharding route.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(ShardingRouteCacheKey key) Get cached route result.voidput(ShardingRouteCacheKey key, ShardingRouteCacheValue value) Cache route result.
-
Constructor Details
-
ShardingRouteCache
-
-
Method Details
-
put
Cache route result.- Parameters:
key- cache keyvalue- cache value
-
get
Get cached route result.- Parameters:
key- cache key- Returns:
- optional cached route result
-