1
0
mirror of https://github.com/ltcptgeneral/cs239-caching.git synced 2025-04-08 23:07:23 +00:00
2025-02-25 13:02:48 -08:00

4 lines
224 B
YAML

cache_strategy: "Prefetch" # 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