Enterprise Shortcode Category: Caching
/ Caching
global_cache.set
Set the Global Cache
Parameters supported : key ,prefix ,ttl(default: 300
global_cache.get
Get the Global Cache
Parameters supported : prefix
It returns: value from the redis database
session_cache.set
Set Session Cache
Parameters supported : key, value, prefix, ttl(default: 300
session_cache.get
Get the Session Cache
Parameters supported : prefix
It returns: value from the redis database