mirror of
https://github.com/ltcptgeneral/cs239-caching.git
synced 2025-04-06 14:17:24 +00:00
4 lines
221 B
YAML
4 lines
221 B
YAML
cache_strategy: "Seive" # 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 |