[jboss-user] [JBoss Cache: Core Edition] - Re: Problem in JDBC cache loader
sridhar_ratna
do-not-reply at jboss.com
Sat Feb 7 13:22:10 EST 2009
Dear Manik,
Thanks for your suggestion.
Do this original JDBCCacheLoader implementation have any memory based cache or just for database cache only.
When i given a look into the JDBCCacheLoader.java which extends the AdjListJDBCCacheLoader.jav class.
whenever we call get(Fqn name), its inturn calling protected Map loadNode(Fqn name) method.
In this method, it just querying the database and returning the values but its not checking if any key with the given is present in memory.
Please clarify me on this.
Thanks in advance.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207949#4207949
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207949
More information about the jboss-user
mailing list