Using BoxLang's Cache Services #61
Replies: 2 comments 5 replies
-
Great write up, i too got confused with the Java Optional methodology. I love that boxlang has provided a streamlined API for interacting with multiple different cache configurations and providers. I mostly use the getOrSet method in my coldbox app because its kind of a no brainer; "hey cache do you have it? no? then get it!" For my site purposes i employ a fairly similar domain syntax for cache key, because it is so powerful. Nice touch with the runnable examples, i did notice on the first example there was a copy paste error, you are dumping "#c#" but you renamed the variable, just and FYI. Thanks for the quick start guide, ill be playing around with it today! |
Beta Was this translation helpful? Give feedback.
-
Nice and concise article on the value and simplicity of cache. I did notice that the second fibonacci2() function is returning one extra iteration of the sequence for some reason. I think the fix for fibonacci2() to return k not 1.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Using BoxLang's Cache Services
A look at BoxLang's incredibly complex and powerful caching service.
https://www.raymondcamden.com/2025/06/11/using-boxlangs-cache-services
Beta Was this translation helpful? Give feedback.
All reactions