Uses of Interface
com.google.appengine.api.memcache.MemcacheService
Packages that use MemcacheService
Package
Description
Provides fast but unreliable data storage, also accessible via a JCache interface.
-
Uses of MemcacheService in com.google.appengine.api.memcache
Methods in com.google.appengine.api.memcache that return MemcacheServiceModifier and TypeMethodDescriptionIMemcacheServiceFactory.getMemcacheService
(String namespace) Gets a handle to the cache service, forcing use of specific namespace.static MemcacheService
MemcacheServiceFactory.getMemcacheService()
Gets a handle to the cache service.static MemcacheService
MemcacheServiceFactory.getMemcacheService
(String namespace) Gets a handle to the cache service, forcing use of specific namespace.