PersistedCache, as in track hits and misses? I am using Persistence.layerResultKeyValueStore with a customized KeyValueStore.layerFileSystem. Ideally I would implement the metrics on the PersistedCache and not on the KeyValueStore.layerFileSystem, since I actually have multiple KeyValueStore layers I use in different places and would like to keep the metrics generalized. Anyone have any ideas?