Interface MemcacheStats

All Known Implementing Classes:
EntityMemcacheStats

public interface MemcacheStats
Interface for tracking hit rates of the entity memcache.
Author:
Jeff Schnitzer invalid input: '<'[email protected]>
  • Method Summary

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

    • recordHit

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

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