User development,

The document "JBossCacheServer", was updated Feb 22, 2010
by Manik Surtani.

To view the document, visit:
http://community.jboss.org/docs/DOC-10287#cf

Document:
--------------------------------------------------------------
h2.  JBossCache-Server
 
> Interested in what Infinispan is doing in this regard?  Take a look at 
> http://community.jboss.org/docs/DOC-14029
 
This is the design of the server module for JBoss Cache, that bolts on to 
either a replicated or standalone cache and exposes certain functionality over 
a TCP socket.
 
The plan is to provide a number of protocols, the first one, , being a basic 
JBoss Cache 2.x cache loader compatible one to replace the .  Other protocols 
would involve a 
http://code.sixapart.com/svn/memcached/trunk/server/doc/protocol.txt and a 
binary equivalent.
 
h3.  TreeCacheProtocol
 
The TreeCacheProtocol would provide the following functionality:
 
* GetChildrenNames
* GetKey
* Get
* Exists
* PutKeyVal
* PutMap
* RemoveKey
* Remove
* Clear
* PutList
 
h3.  MemcachedProtocol
 
The memcached protocol is detailed 
http://code.sixapart.com/svn/memcached/trunk/server/doc/protocol.txt.
 
h3.  CacheServerProtocol
 
This will eventually become the default, and is a binary protocol providing 
simple map-interface equivalent commands such as:
 
* Get
* Put
* Remove
* Contains
* Clear
* Replace
* PutIfAbsent
* Size

--------------------------------------------------------------


_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to