Class AdminWebService.CacheListResponse

java.lang.Object
ubic.gemma.rest.AdminWebService.CacheListResponse
Enclosing class:
AdminWebService

public static class AdminWebService.CacheListResponse extends Object
Author:
phase 3 admin-panel wiring
  • Field Details

    • count

      public int count
    • names

      public List<String> names
      Names only — preserved for backward compat with pre-stats clients.
    • caches

      Per-cache stats roll-up; same ordering as names. Stat fields are null on caches whose JCache stats MBean is missing (non-JCache or stats disabled). Drives the admin Systems Monitoring Caches table.
  • Constructor Details

    • CacheListResponse

      public CacheListResponse()