6 lines
103 B
JSON
6 lines
103 B
JSON
{
|
|
"name": "LRU Cache",
|
|
"description": "LRU cache",
|
|
"type": "lru",
|
|
"option": { "size": 1024 }
|
|
}
|