> For the complete documentation index, see [llms.txt](https://cachebox.ortusbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cachebox.ortusbooks.com/5.x-1/intro/readme/whats-new-with-5.4.0.md).

# What's New With 5.4.0

## Release Notes

### Bugs

* \[[CACHEBOX-46](https://ortussolutions.atlassian.net/browse/CACHEBOX-46)] - CacheboxProvider metadata and stores: use CFML functions on java hash maps breaks concurrency
* \[[CACHEBOX-50](https://ortussolutions.atlassian.net/browse/CACHEBOX-50)] - getOrSet() provider method doesn't work with full null support
* \[[CACHEBOX-52](https://ortussolutions.atlassian.net/browse/CACHEBOX-52)] - getQuiet(), clearQuiet(), getSize(), clearAll(), expireAll() broken in acf providers

### New Features

* \[[CACHEBOX-48](https://ortussolutions.atlassian.net/browse/CACHEBOX-48)] - New setting: \`resetTimeoutOnAccess\` to allow the ability to reset timeout access for entries
* \[[CACHEBOX-49](https://ortussolutions.atlassian.net/browse/CACHEBOX-49)] - Global script conversion and code optimizations
* \[[CACHEBOX-53](https://ortussolutions.atlassian.net/browse/CACHEBOX-53)] - lookup operations on ACF providers updated to leverage cacheIdExists() improves operation by over 50x
* \[[CACHEBOX-54](https://ortussolutions.atlassian.net/browse/CACHEBOX-54)] - setMulti(), getMulti(), lookupMulti(), clearMulti(),getCachedObjectMetadataMulti() is now available on all cache providers

### Improvements

* \[[CACHEBOX-47](https://ortussolutions.atlassian.net/browse/CACHEBOX-47)] - Increased timeout on \`getOrSet\` lock
* \[[CACHEBOX-51](https://ortussolutions.atlassian.net/browse/CACHEBOX-51)] - Consolidated usages of the abstract cache provider to all providers to avoid redundancy


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cachebox.ortusbooks.com/5.x-1/intro/readme/whats-new-with-5.4.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
