> For the complete documentation index, see [llms.txt](https://cherrycake.tin.cat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cherrycake.tin.cat/version-0.x/reference/core-modules/actions-1.md).

# Actions

> See the [Actions guide](/version-0.x/guide/actions-guide.md) to learn how to work with the Actions module.

## Configuration

* **`defaultActionCacheTtl`** The default cache provider name to use. Default: `engine`
* **`defaultActionCacheTtl`** The default TTL. Default: `CACHE_TTL_NORMAL`
* **`defaultActionCachePrefix`** The default cache prefix. Default: `Actions`
* **`sleepSecondsWhenActionSensibleToBruteForceAttacksFails`** An array containing the minimum and maximum number of seconds to wait when an action marked as sensible to brute force attacks has been executed and failed. Default: `[0, 3]`
