Uses of Class
org.tavall.couriers.api.route.cache.RouteCacheService
Packages that use RouteCacheService
-
Uses of RouteCacheService in org.tavall.couriers.api.route.cache
Subclasses with type arguments of type RouteCacheService in org.tavall.couriers.api.route.cacheMethods in org.tavall.couriers.api.route.cache that return types with arguments of type RouteCacheService -
Uses of RouteCacheService in org.tavall.couriers.api.web.service.route
Constructors in org.tavall.couriers.api.web.service.route with parameters of type RouteCacheServiceModifierConstructorDescriptionDeliveryRouteService(DeliveryRouteRepository routeRepository, DeliveryRouteStopRepository stopRepository, ShippingLabelMetaDataService shippingService, RoutePlannerService routePlanner, RouteCacheService routeCache)