Interface MemcacheStats

  • All Known Implementing Classes:
    EntityMemcacheStats

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

      • recordHit

        void recordHit​(com.google.cloud.datastore.Key key)
      • recordMiss

        void recordMiss​(com.google.cloud.datastore.Key key)