mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
bf7dac5fc8
This change renames AppCacheResourceTransformer to AppCacheManifestTransfomer, in order to avoid confusion between this transformer and the CacheResourceTransformer (which caches transformations done by the chain to save CPU/memory at runtime). Issue: SPR-11964