Satrt looking from interface org.apache.openjpa.datacache.DataCache And its abstract implementation is a good place to extend abstract class org.apache.openjpa.datacache.AbstractDataCache
Once you implement your own L2 caches (possibly as an extension of AbstractDataCache) -- OpenJPA will wire up your implementation merely by configuration. -- View this message in context: http://www.nabble.com/Where-in-the-code-does-open-jpa-call-get-and-put-for-the-L2-cache-tp16343557p16355903.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
