Skip to content

Commit 4fd8ed0

Browse files
authored
Update CacheManager.h
1 parent 80680b4 commit 4fd8ed0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/CacheManager.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class CacheManager {
1414
void put(int key, int value);
1515
void switchPolicy(std::atomic<bool>& stop_flag);
1616
std::string getCurrentPolicyName() const;
17+
void reset();
1718

1819
private:
1920
enum Policy { LFU_P, LRU_P };

0 commit comments

Comments
 (0)