[default]
description = "Default permissions for the cache plugin"
permissions = ["allow-set", "allow-get", "allow-has", "allow-remove", "allow-clear", "allow-stats"]
[allow-set]
description = "Allows setting data in the cache"
context = []
[allow-get]
description = "Allows retrieving data from the cache"
context = []
[allow-has]
description = "Allows checking if data exists in the cache"
context = []
[allow-remove]
description = "Allows removing data from the cache"
context = []
[allow-clear]
description = "Allows clearing all data from the cache"
context = []
[allow-stats]
description = "Allows retrieving statistics about the cache"
context = []