bigdata4u / spymemcached

Automatically exported from code.google.com/p/spymemcached
0 stars 0 forks source link

added ability to use a prefix for keys #292

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
since the memcached cache can be shared between applications (to save 
resources) it may be necessary to use a prefix for keys. a facade will allow us 
to inject the memcached instance via jndi or spring combined with a prefix :)

created pull request https://github.com/dustin/java-memcached-client/pull/18 
and issue https://www.couchbase.com/issues/browse/SPY-142

Original issue reported on code.google.com by hajo.kli...@googlemail.com on 21 Nov 2013 at 7:33