On Fri, Jun 4, 2010 at 4:38 AM, Shai Erera <[email protected]> wrote: > I've looked into extending FieldCache, so that I can read the values to > cache in a custom manner (not necessarily from the field's values). Just > want to confirm my understanding - it looks like if I want to do it, I'll > need to create my own FieldCache impl, and then set FieldCache.DEFAULT with > it?
Interface members are final, so you can't actually implement your own. -Yonik http://www.lucidimagination.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
