Skip to content

Commit 5f27179

Browse files
haowu14facebook-github-bot
authored andcommitted
Expose stats from object cache to MultiLevelObjectCache.
Summary: As title. Allow stats to be accessed from MultiLevelObjectCache Reviewed By: byahn0996 Differential Revision: D73687059 fbshipit-source-id: b0aee094749bd86c4ff085151549efc09ec291c2
1 parent 83aea02 commit 5f27179

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cachelib/object_cache/ObjectCacheBase.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ namespace objcache2 {
2626

2727
template <typename AllocatorT>
2828
class ObjectCacheBase : public CacheBase {
29+
public:
2930
// Get a string referring to the cache name for this cache
3031
const std::string getCacheName() const override {
3132
return l1Cache_->getCacheName();

0 commit comments

Comments
 (0)