CacheBox is an enterprise caching engine, aggregator and API for ColdFusion (CFML) applications developed by Ortus Solutions, Corp.
Questions tagged [cachebox]
1 questions
2
votes
2 answers
Why does cacheTimeout setting of renderView() in ColdBox application have no effect?
I'm developing a ColdBox application with modules and wanted to use it's caching functionality to cache a view for some time.
component{
property name="moduleConfig" inject="coldbox:moduleConfig:mymodule";
...
function widget(event, rc,…

Sebastian Zartner
- 18,808
- 10
- 90
- 132