Enterprise Shortcode Category: Caching

/ Caching

global_cache.set

Set the Global Cache
Parameters supported : key ,prefix ,ttl(default: 300

Read More

global_cache.get

Get the Global Cache
Parameters supported : prefix
It returns: value from the redis database

Read More

global_cache.exists

if exists in the global cache
Parameters supported : prefix

Read More

session_cache.set

Set Session Cache
Parameters supported : key, value, prefix, ttl(default: 300

Read More

session_cache.get

Get the Session Cache
Parameters supported : prefix
It returns: value from the redis database

Read More

Categories
Most Popular