4849505152535455565758
if (!MethodDeclarations.isTransactionLifecycleMethod(m.getMethodId())) { if (trace) log.trace("Passing up method " + m + " so it gets invoked on cache."); try { retval = m.invoke(m.getMethodId() == MethodDeclarations.dataGravitationCleanupMethod_id ? remoteDelegate : cacheImpl); } catch (Throwable t) { retval = t; }