On Mon, Sep 14, 2009 at 4:15 PM, Andy Tripp <[email protected]> wrote:
> Cache's get() and put() methods are never called, and I can try tracking > down the problem, but I can't figure out what class should be making > these > calls. These would be done by the Realm instance, via the superclass AuthorizingRealm implementation - specifically in the 'getAuthorizationInfo' method. This method checks the cache, and if not found in the cache, then delegates to the 'doGetAuthorizationInfo' method which is implemented by subclasses. I hope that helps - I'll keep debugging from my end...
