mirror of
https://github.com/ltcptgeneral/cs239-caching.git
synced 2025-12-17 18:37:59 +00:00
add no cache and ideal cache,
move printing cache reports to util file
This commit is contained in:
4
app/config_nocache.yaml
Normal file
4
app/config_nocache.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
cache_strategy: "None"
|
||||
cache_limit: 50
|
||||
l2_cache_limit: 100 # unused
|
||||
db_file: "llmData_sns.json" # Change this to the name of any json file within the "database/datastore" folder
|
||||
Reference in New Issue
Block a user