Interface MemcacheStats

All Known Implementing Classes:
EntityMemcacheStats

public interface MemcacheStats
Interface for tracking hit rates of the entity memcache.
Author:
Jeff Schnitzer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    recordHit​(com.google.appengine.api.datastore.Key key)
     
    void
    recordMiss​(com.google.appengine.api.datastore.Key key)
     
  • Method Details

    • recordHit

      void recordHit(com.google.appengine.api.datastore.Key key)
    • recordMiss

      void recordMiss(com.google.appengine.api.datastore.Key key)