/** @return the max number of sessions in the cache */
 public long getSessionsMax() {
   return _stats.getMax();
 }