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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to