BaseMemcacheService (Google App Engine API for Java)

com.google.appengine.api.memcache

Interface BaseMemcacheService

    • Method Detail

      • getNamespace

        java.lang.String getNamespace()
        Method returns non-null value if the MemcacheService overrides the default namespace in API calls. Default namespace is the one returned by NamespaceManager.get().
        Returns:
        null if the MemcacheService uses default namespace in API calls. Otherwise it returns namespace which is overrides default namespace on the API calls.