pmem / CacheLib

Pluggable in-process caching engine to build and scale high performance services
https://www.cachelib.org
Apache License 2.0
5 stars 13 forks source link

Expose per-tier statistics or always return aggregated statistics for all tiers #25

Closed igchor closed 1 year ago

igchor commented 2 years ago

Every function which currently uses currentTIer() method should be refactored. It should either work per tier (and accept extra tier ID parameter) or work on all tiers. Right now currentTier() always returns 0.