示例#1
0
 @ManagedOperation
 public String printAgeOutCache() {
   return cache != null ? cache.toString() : "n/a";
 }