feat: add ThumbUP 项目 — 70 questions across 5 subtopics (cache-protection, two-level-cache, lua-bucketing-sync, heavykeeper-topk, distributed-lock)
Deploy Examination / deploy (push) Successful in 20s

This commit is contained in:
2026-09-09 21:59:46 +08:00
parent 3447dbd4ee
commit 85710ded73
21 changed files with 2222 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
{
"slug": "two-level-cache",
"name": "Caffeine + Redis 二级缓存",
"description": "CacheManager 二级缓存架构、HeavyKeeper 热Key探测、putIfPresent 写一致性",
"tags": [
"CacheManager",
"HeavyKeeper",
"L1-L2",
"decay",
"fading",
"get-flow",
"inconsistency",
"parameters",
"two-level-cache",
"write-consistency"
],
"difficulty_range": [
3,
5
],
"schema_version": "1.0.0",
"updated": "2026-09-09",
"question_files": [
"single_choice",
"code_reading",
"short_answer"
],
"stats": {
"total": 14,
"by_type": {
"single_choice": 8,
"code_reading": 3,
"short_answer": 3
}
}
}