lhfei / hibernate-memcached

Automatically exported from code.google.com/p/hibernate-memcached
0 stars 0 forks source link

Can you add support for another client? #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
http://www.whalin.com/memcached/

Original issue reported on code.google.com by roy...@gmail.com on 2 Aug 2008 at 6:08

GoogleCodeExporter commented 8 years ago
I do not plan to add support for other libraries at this time. I would open to a
contribution though. If you look at the
com.googlecode.hibernate.memcached.spymemcached package you'll see that the
hibernate-memcached support for spymemcached is abstracted behind two 
interfaces. The
MemcacheClientFactory and Memcache interfaces.

Those two interfaces define what hibernate-memcached needs from a memcache 
library in
order to use it properly. You can implement those interfaces in whatever way 
you need
to add support for other clients.

Original comment by raykrue...@gmail.com on 2 Aug 2008 at 3:36

GoogleCodeExporter commented 8 years ago
How I config the system about the jboss ?

Original comment by yingshi...@gmail.com on 18 Aug 2008 at 1:00

GoogleCodeExporter commented 8 years ago
Please use the mailing list for questions. Don't just slap them into a random
unrelated issue.
http://groups.google.com/group/hibernate-memcached
That being said, everything you want to know about configuring it is here...
http://code.google.com/p/hibernate-memcached/wiki/Configuration

Original comment by raykrue...@gmail.com on 18 Aug 2008 at 2:21