Yes exactly. They have their own implementation which is totally fine.
-----Original Message-----
From: Brian Stansberry
Sent: Tuesday, September 12, 2006 1:38 PM
To: Vladimir Blagojevic; Manik Surtani
Cc: jbosscache-dev(a)lists.jboss.org
Subject: RE: [jbosscache-dev] JBoss Cache 2.0.0.ALPHA status
If I understand the thread right, the question is about
providing a default impl of put(Fqn, Map, boolean) instead of
just an abstract method. That sounds fine.
But for the delegating cache loaders, load/store will still
have their own implementation that doesn't call put(Fqn, Map,
boolean), but instead uses the prepare(GTX,
List<Modification>) idea Bela had, yes?