Ticket #580 (closed enhancement: fixed)
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
Note: See
TracTickets for help on using
tickets.
