Package Cake\Routing\Route
Class summary
- 
	CakeRouteA single Route used by the Router to connect requests to parameter maps. 
- 
	PluginShortRoutePlugin short route, that copies the plugin param to the controller parameters It is used for supporting /:plugin routes. 
- 
	RedirectRouteRedirect route will perform an immediate redirect. Redirect routes are useful when you want to have Routing layer redirects occur in your application, for when URLs move. 
