564565566567568569570
/** * Returns the distributed cache manager */ protected AbstractLockManager createDistributedLockManager() { return new SingleLockManager(this); }