nextcloud-server/tests/lib/AppFramework
Roeland Jago Douma a34495933e
Move caching logic to response
This avoids having to do it at all the places we want cached responses.

We can't inject the ITimeFactor without breaking public API.
However we can perfectly overwrite the service (resulting in the same
testable effect).

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-04 08:48:54 +02:00
..
Controller
Db
DependencyInjection
Http Move caching logic to response 2018-06-04 08:48:54 +02:00
Middleware Add tests 2018-03-08 11:05:18 +01:00
Routing
Utility
AppTest.php