Describe Flatdb Caching Architecture
Terms
- Client-side
- application external
- Forward proxy http caching (not applicable, because client and server are physically near)
- application internal
- according scope
- instance-scoped
- session-scoped
- request-scoped (JPA EntityManager)
- according type
- Identifier caching
- Data Transfer Object caching (DDIStore)
- Entity caching (DDIElement)
- according scope
- application external
- Server-side
- application external
- Reverse proxy http caching (e.g. Varnish, Tomcat)
- application internal
- Controller response caching (e.g. CachingElementController)
- application external
Resources
Edited by Alexander Mühlbauer