routed_cache 0.2.1
routed_cache: ^0.2.1 copied to clipboard
Routed adapter for server_cache (EngineContext.cache extension and middleware).
0.2.1 - 2026-08-25 #
- Adopted
very_good_analysisand completed Dartdoc for the public cache integration APIs. - Clarified typed manager setup, provider lifecycle, context helper semantics, and cache event fields with user-facing examples.
0.2.0 #
- Adopt the typed
server_cachestore registration API; map-based store configuration and string-driver resolution are removed. - Aligned the Routed cache adapter exports and examples with the current
portable
server_cacheAPIs.
0.1.0 #
- Initial adapter over server_cache (PR F)