Notice: Over the next few months, we're reorganizing the App Engine documentation site to make it easier to find content and better align with the rest of Google Cloud products. The same content will be available, but the navigation will now match the rest of the Cloud products. If you have feedback or questions as you navigate the site, click Send Feedback.

LocalMemcacheServiceTestConfig

com.google.appengine.tools.development.testing

Class LocalMemcacheServiceTestConfig

  • java.lang.Object
    • com.google.appengine.tools.development.testing.LocalMemcacheServiceTestConfig
  • All Implemented Interfaces:
    LocalServiceTestConfig


    public class LocalMemcacheServiceTestConfig
    extends java.lang.Object
    implements LocalServiceTestConfig
    Config for accessing the local memcache service in tests. tearDown() wipes out all cache entries so that memcache is empty at the end of every test.