101102103104105106107108109
cache = CacheManager.getInstance().getCacheFactory() .createCache(Collections.emptyMap()); } catch (CacheException e) { isRegisted = false; } opts = new ObjectifyOpts().setSessionCache(true); } ofy = ObjectifyService.begin(opts); }