Capacity
The capacity of a cache is simply the amount of data that can be stored in the cache, so a cache with a capacity of 32 KB can store 32 kilobytes of data. Such a cache will require more than 32 KB of memory to implement, because the storage in the tag array is not included in the capacity.