234235236237238239240241242243244245
return -1; } @Override public long getCachedCount() { final Stats statistics = memcacheService.getStatistics(); if (null != statistics) { return statistics.getItemCount(); } return -1; }