Ticket #580 (new enhancement)

Opened 2 months ago

Last modified 2 months ago

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

Reported by: lmajano Assigned to: lmajano
Priority: normal Milestone: 2.7.0
Component: ColdBox Cache Version:
Severity: normal Keywords:
Cc:

Description

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

09/26/08 19:57:38 changed by lmajano

  • type changed from defect to enhancement.

Copyright 2006 ColdBox Framework by Luis Majano