[jboss-user] [JBossCache] - Re: Lazy / dynamic POJO properties supported in cache?
rdewell
do-not-reply at jboss.com
Tue Jul 18 11:04:16 EDT 2006
Ok, I've been reading the docs on CacheLoaders. They seem like a promising solution.
It looks to me like if I create my own CacheLoader implementation that sits on top of this virtual, infinite tree I'm describing, then that might do the trick. As my objects are requested out of this custom CacheLoader, I could instantiate them on demand. This custom CacheLoader could wrap around a FileCacheLoader instance for simple passivation capability.
Sound reasonable?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958840#3958840
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958840
More information about the jboss-user
mailing list