Plan/Plan/common/src/main/java/com/djrapitops/plan/delivery/webserver/cache
Aurora Lahtela 88b4191f6b
Implement http caching (#2840)
* Implement first response parts of http caching
* Implement cached response for static resources
* Implement HTTP caching for json responses
* Fix last seen value for online players
* Implement http caching for pages (.html)
* Use placeholder cache even with async requests.

Affects issues:
- Close #2813
2023-01-22 10:18:14 +02:00
..
AsyncJSONResolverService.java Implement http caching (#2840) 2023-01-22 10:18:14 +02:00
DataID.java Implement http caching (#2840) 2023-01-22 10:18:14 +02:00
JSONFileStorage.java Implement http caching (#2840) 2023-01-22 10:18:14 +02:00
JSONMemoryStorageShim.java Implement http caching (#2840) 2023-01-22 10:18:14 +02:00
JSONStorage.java Implement http caching (#2840) 2023-01-22 10:18:14 +02:00