Ticket #104 (closed enhancement: fixed)
cache setting to cache an object indefintely
| Reported by: | lmajano | Owned by: | lmajano |
|---|---|---|---|
| Priority: | high | Milestone: | 2.0.0 |
| Component: | ColdBox Cache | Version: | 2.0.0 Beta |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by lmajano) (diff)
Add a metadata to the component tag to cache an object indefintely in the coldbox cache. This can also be used via the api. It will then be cached until the application scope expires or it is flushed.
The way this will be accomplished is via the cachetimeout property, it will be set to 0
<cfcomponent name="ioc" cache="true" cachetimeout="0"> ....
Change History
Note: See
TracTickets for help on using
tickets.
