3435363738394041424344
protected IDataStore createDataStore() { IMemcachedSettings settings = new MemcachedSettings(); try { return new MemcachedDataStore(settings); } catch (IOException iox) { throw new RuntimeException(iox); } }