Methods
flushAll()
Delete all values in the cache
get(publicId, type, resourceType, transformation) → {*}
Get a value from the cache
Parameters:
Name | Type | Description |
---|---|---|
publicId |
string | |
type |
string | |
resourceType |
string | |
transformation |
string |
Returns:
the value associated with the provided arguments
- Type
- *
set(publicId, type, resourceType, transformation, value)
Set a new value in the cache
Parameters:
Name | Type | Description |
---|---|---|
publicId |
string | |
type |
string | |
resourceType |
string | |
transformation |
string | |
value |
* |