Cache API¶
Block name |
Block rendering |
|
---|---|---|
Puts an object (or a primitive value) into cache. |
![]() |
|
Returns an object (or a primitive value) from cache. |
![]() |
|
Checks if the data is present in cache. Returns true or false . |
![]() |
|
Deletes data from cache. |
![]() |
|
Extends data life in cache. |
![]() |