[jira] Updated: (JCS-59) jcs auxiliary cache memcached
"Robert Fuller (JIRA)" <[email protected]> Thu, 18 Jun 2009 06:07:07 -0700 (PDT)
| Newsgroups | gmane.comp.jakarta.turbine.jcs.devel |
|---|---|
| Message-ID | <1671931120.1245330427726.JavaMail.jira@brutus> |
[ https://issues.apache.org/jira/browse/JCS-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Robert Fuller updated JCS-59:
-----------------------------
Attachment: jcs-memcached.zip
This is a proof-of-concept implementation of memcached auxiliary cache for jcs.
by Robert Fuller (fullergalway) sponsored by DERI http://www.deri.org/
NB: the cache name is prefixed to keys stored into memcached.
Sample configuration follows:
#Servers is a space separated list of server:port
#Expires is number of seconds memcached will hold the item
jcs.auxiliary.foo=org.apache.jcs.auxiliary.memcached.MemcachedCacheFactory
jcs.auxiliary.foo.attributes=org.apache.jcs.auxiliary.memcached.MemcachedCacheAttributes
jcs.auxiliary.foo.attributes.Servers=192.168.111.128:11211
jcs.auxiliary.foo.attributes.Expires=86400
> jcs auxiliary cache memcached
> -----------------------------
>
> Key: JCS-59
> URL: https://issues.apache.org/jira/browse/JCS-59
> Project: JCS
> Issue Type: New Feature
> Reporter: Robert Fuller
> Assignee: Aaron Smuts
> Attachments: jcs-memcached.zip
>
>
> Create an auxiliary cache which uses memcached
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.