From bf1b763851269c9e93a137a6ba99a4de9f30d6bb Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Wed, 14 May 2014 22:00:43 +0200 Subject: plugin/memory: add cache Closes: https://github.com/pommi/CGP/issues/71 --- plugin/memory.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugin/memory.json b/plugin/memory.json index 5921c3b..4a43f3a 100644 --- a/plugin/memory.json +++ b/plugin/memory.json @@ -16,6 +16,10 @@ "name": "Cached", "color": "0000ff" }, + "cache": { + "name": "Cache", + "color": "0000ff" + }, "buffered": { "name": "Buffered", "color": "ffb000" -- cgit v1.1