This content has been marked as final.
Show 1 reply
-
1. Re: OptimisticTreeCacheProviderHook vs OptimisticTreeCachePr
manik Nov 18, 2008 5:45 AM (in response to mhsheikh)Just look at your cache config XML. If it specifies NodeLockingScheme as OPTIMISTIC, then that is what you are using. Otherwise, switch your log level to DEBUG and look at the interceptor stack the cache reports when it starts up. If you see any OptimisticXYZInterceptors there, then you have OPTIMISTIC locking.