Ticket #580 (closed enhancement: fixed)

Opened 2 years ago

Last modified 17 months ago

New method: lookupMulti() to lookup multiple keys in the cache.

Reported by: lmajano Owned by: lmajano
Priority: normal Milestone: 3.0.0
Component: ColdBox Cache Version:
Severity: normal Keywords:
Cc:

Description (last modified by lmajano) (diff)

You will be able to use the lookupMulti() to lookup multiple keys in the cache.

  • keys : string List of keys to look up in the cache
  • prefix : string (optional) Prefix to prepend to all keys when trying to get values

The returned value is a structure of name-value pairs for the lookup results of the key's list sent in.

Change History

Changed 2 years ago by lmajano

  • type changed from defect to enhancement

Changed 17 months ago by lmajano

  • status changed from new to closed
  • resolution set to fixed
  • description modified (diff)
Note: See TracTickets for help on using tickets.