Skip to content

Cache API

Block name
Block rendering

Puts an object (or a primitive value) into cache.
cache-put

Returns an object (or a primitive value) from cache.
cache-get

Checks if the data is present in cache. Returns true or false.
cache-check

Deletes data from cache.
cache-delete

Extends data life in cache.
cache-extend