[jboss-user] [JBossCache] - Re: Should I us JBossCache to replecate files?
manik.surtani@jboss.com
do-not-reply at jboss.com
Wed Oct 18 09:18:55 EDT 2006
You could do this by writing a wrapper to convert the file to a byte[] and putting this in the cache. On the other end, you could write a cache listener to de-serialize the byte[] to recreate the files.
It could be done, but this isn't a primary use case for JBoss Cache in any way. Still, I don't see why it cannot be done.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979065#3979065
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979065
More information about the jboss-user
mailing list