Opened 3 years ago
Last modified 11 months ago
#242 assigned enhancement
xcache_get() For Multiple Keys
| Reported by: | digitalpoint | Owned by: | moo |
|---|---|---|---|
| Priority: | major | Milestone: | 4.0.0 |
| Component: | cacher | Version: | 1.3.0 |
| Keywords: | Cc: | ||
| Application: | PHP Version: | ||
| Other Exts: | SAPI: | Irrelevant | |
| Probability: | Blocked By: | ||
| Blocking: |
Description
It would be really nice if xcache_get() worked in a similar fashion to how Memcache:get() works...
http://www.php.net/manual/en/function.memcache-get.php
If you pass it a string, it returns the key requested (just like xcache_get() currently works), but if you pass it an array, it will return an array of those keys. So you are able to optionally get a bunch of keys in one pass. Changing how it works if you passed an array to it should be backwardly compatible since it would still work the same if you pass a string to it.
Change History (2)
comment:1 Changed 15 months ago by moo
- Milestone changed from 1.3.3 to 2.1.0
- Status changed from new to assigned
comment:3 Changed 11 months ago by moo
Note: See
TracTickets for help on using
tickets.


duplicate of #179