mirror of
https://github.com/ltcptgeneral/cs239-caching.git
synced 2025-04-06 06:07:23 +00:00
4 lines
222 B
YAML
4 lines
222 B
YAML
cache_strategy: "Tiered" # Change this to "Prefetch" or "Tiered" or "Seive"
|
|
cache_limit: 10
|
|
l2_cache_limit: 100
|
|
db_file: "llmData_sns.json" # Change this to the name of any json file within the "database/datastore" folder |