mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 06:29:10 +00:00
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