BoxLang: Our new JVM Dynamic Language made by Ortus! Check it out: https://www.boxlang.io

Implement pagePoolClear()

Description

The only cache we have right now is the page/template pool, so all other options to system cache clear will do nothing.

Activity

Show:

Brad Wood August 28, 2024 at 3:52 PM

Yep, and worth noting the page pools aren’t using a cache, but we may want to move to one as a system running an unbounded number of unique evaluations could grow the page pool very large, so a LRU eviction could be handy, but the cache would have to always accept new items or issues would arise. The other types of things that can be cached, fall more under this ticket: https://ortussolutions.atlassian.net/browse/BL-485

Luis Majano August 28, 2024 at 9:29 AM

We will have to revise the way we name the internal caches in BoxLang so we can prefix them. Right now for example we only have 2 caches: default which cannot be changed its name, and sessions .

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Fix versions

Priority

Sentry

Created August 28, 2024 at 3:39 AM
Updated August 28, 2024 at 3:52 PM
Resolved August 28, 2024 at 3:39 AM

Flag notifications