This document proposes a new cache architecture called a way-tagged cache to improve energy efficiency in write-through caches. It does this by maintaining way tag information from the L2 cache in the L1 cache. During a write hit in the L1 cache, this allows the L2 cache to operate like a direct-mapped cache by only accessing one way. Simulation results show this approach reduces L2 cache energy by 65.4% on average with minimal area overhead and no performance impact.