mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 23:28:44 +05:00
Console cache_stats command
This commit is contained in:
committed by
Dan Christian Bogos
parent
f299b012c4
commit
7eb7586c48
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user