Files
nextcloud-server-mirror/lib/private/AppFramework/Routing
Roeland Jago Douma 959bf0d1a7 Cache the build ControllerName
Often a route.php file will have many N routes but only M controllers.
Where N >= M. Which means that in most cases the ControllerName will be
converted multiple times. This is of course far from ideal.

Note that this is per app so the cache will contain at most N entries.
Which is not to bad.
2016-09-11 13:25:32 +02:00
..
2016-07-21 18:13:57 +02:00
2016-09-11 13:25:32 +02:00