Ticket #104 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

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

Changed 4 years ago by lmajano

This is linked to Ticket #101, where the factory was expired.

Changed 4 years ago by lmajano

  • status changed from new to assigned
  • description modified (diff)

Changed 4 years ago by lmajano

  • status changed from assigned to closed
  • resolution set to fixed

Changed 4 years ago by lmajano

  • version changed from 1.2.0 Beta to 2.0.0 Beta
Note: See TracTickets for help on using tickets.