Stats (Google App Engine API for Java)

com.google.appengine.api.memcache

Interface Stats

    • Method Detail

      • getBytesReturnedForHits

        long getBytesReturnedForHits()
        Sum of key and value bytes in successful get() and contains().
      • getItemCount

        long getItemCount()
        Number of entries currently "alive" in the cache.
      • getTotalItemBytes

        long getTotalItemBytes()
        Sum of key and value sizes for all live entries currently in cache.
      • getMaxTimeWithoutAccess

        int getMaxTimeWithoutAccess()
        Milliseconds since last access of least-recently-used live entry.