Uses of Interface
com.google.appengine.api.memcache.Stats
-
Packages that use Stats Package Description com.google.appengine.api.memcache Provides fast but unreliable data storage, also accessible via a JCache interface. -
-
Uses of Stats in com.google.appengine.api.memcache
Methods in com.google.appengine.api.memcache that return Stats Modifier and Type Method Description StatsMemcacheService. getStatistics()Fetches some statistics about the cache and its usage.Methods in com.google.appengine.api.memcache that return types with arguments of type Stats Modifier and Type Method Description Future<Stats>AsyncMemcacheService. getStatistics()
-