Class LocalMemcacheService

java.lang.Object
com.google.appengine.tools.development.AbstractLocalRpcService
com.google.appengine.api.memcache.dev.LocalMemcacheService
All Implemented Interfaces:
LocalRpcService

@AutoService(LocalRpcService.class) public final class LocalMemcacheService extends AbstractLocalRpcService
Java bindings for the local Memcache service. The local cache will by default hold up to 100Mb of combined key-and-value size. That limit can be changed with the init property memcache.maxsize, set in megabytes ("100M"), in kilobytes ("102400K"), or in bytes ("104857600").