/** @return the number of sessions in the cache */
 public long getSessionsCurrent() {
   return _stats.getCurrent();
 }