336337338339340341342343344
public CacheImpl getCache(){ verifyOpen(); if (myCache == null){ ServerSession session=this.getServerSession(); myCache = new CacheImpl(this,session.getIdentityMapAccessor()); } return myCache; }
354355356357358359360361362