From f848b27f01b8b2fb81060b49a7d6e1aa48e096fe Mon Sep 17 00:00:00 2001 From: Yiling-J Date: Sun, 11 Jun 2023 12:16:00 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 136e3f4..fd093c4 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ After you call `Hybrid(...)` in a cache builder. Theine will convert current bui * `AdmProbability` defalut 1 - This is a admission policy for nvm cache. When entries are evicted from DRAM cache, this policy will be used to control the insert percentage. 1 means all entries evicted from DRAM will be insert into NVM. Value should be in the range of [0, 1]. + This is an admission policy for endurance and performance reason. When entries are evicted from DRAM cache, this policy will be used to control the insertion percentage. A value of 1 means that all entries evicted from DRAM will be inserted into NVM. Values should be in the range of [0, 1]. #### Limitations - Cache Persistence is not currently supported, but it may be added in the future. You can still use the Persistence API in a hybrid-enabled cache, but only the DRAM part of the cache will be saved or loaded.