6 lines
126 B
JSON
6 lines
126 B
JSON
{
|
|
"name": "Share LRU Cache",
|
|
"description": "The share memory LRU cache",
|
|
"type": "lru",
|
|
"option": { "size": 1024 }
|
|
}
|