Details
Assignee
Michael OffnerMichael OffnerReporter
Luis MajanoLuis MajanoPriority
BlockerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Luis Majano
Luis MajanoPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Created 5 August 2022 at 16:31
Updated 8 August 2022 at 14:28
If you have an external cache provider or region declared and want to store the a query via queryExecute, the query executes, and it caches, but on LOCAL ram and not on the provided cache region.
As you can see, I use the
cacheRegion
to tell it to store it in that cache. However, it always ignores it. Unless you change it globally inApplication.cfc
If I do that, then the queries will be stored using cachedWithin in that specific cache region. Ohh and for extra credit, the
cacheId
is ignored and never translated it or used in the declared cache key in the cache once it caches.