[jboss-dev-forums] [Design of JBossCache] - Re: Document where non-String FQN do not work, JBCACHE-838
genman
do-not-reply at jboss.com
Mon Nov 13 12:45:07 EST 2006
The JDBM cacheloader does support non-string FQN.
BDBJE does not, but could by doing something like:
| TupleOutput to = new TupleOutput();
| Fqn fqn = ...
| fqn.writeExternal(to);
|
Actually, this would be a nice feature worth adding by having this configured by the cache configuration.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985539#3985539
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985539
More information about the jboss-dev-forums
mailing list