Console cache_stats command

This commit is contained in:
Anevo
2018-03-13 10:05:17 -04:00
committed by Dan Christian Bogos
parent f299b012c4
commit 7eb7586c48
10 changed files with 604 additions and 1 deletions

View File

@@ -638,8 +638,18 @@ const (
SMGenericV2UpdateSession = "SMGenericV2.UpdateSession"
)
// Cache
const (
CacheSv1GetCacheStats = "CacheSv1.GetCacheStats"
CacheSv1GetCacheStats = "CacheSv1.GetCacheStats"
CacheSv1GetItemIDs = "CacheSv1.GetItemIDs"
CacheSv1HasItem = "CacheSv1.HasItem"
CacheSv1GetItemExpiryTime = "CacheSv1.GetItemExpiryTime"
CacheSv1RemoveItem = "CacheSv1.RemoveItem"
CacheSv1PrecacheStatus = "CacheSv1.PrecacheStatus"
CacheSv1HasGroup = "CacheSv1.HasGroup"
CacheSv1GetGroupItemIDs = "CacheSv1.GetGroupItemIDs"
CacheSv1RemoveGroup = "CacheSv1.RemoveGroup"
CacheSv1Clear = "CacheSv1.Clear"
)
//CSV file name