Hi,
I am considering JBossCache with a custom CacheLoader for a very large data store. For
nodes with large numbers of attributes, must I actually return all the attributes when
implementing the following:
Map get(Fqn name) throws Exception;
byte[] loadEntireState() throws Exception;
I will not be calling TreeCache.get(Fqn fqn) or any other TreeCache method that returns
the full set of keys or values.
Best regards,
Tom
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002579#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...