You are right, as of JBossCache 1.1 get(Fqn,Key) is actually only being called by the JUnit-testcases. In respect to TreeCache itself it's (yet) redundant.
Instead of returning null your CacheLoader should return a prefilled Map of Key-Value-pairs when get(Fqn) is being called Have a look into the Cacheloaders comming with the JBossCache-source (e.g. look how org.jboss.cache.loader.FileCacheLoader implements get(Fqn)). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856060#3856060 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856060 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
