google-nomulus/java/google/registry/model/index
cgoldfeder 9e61f1d6ef Make failfastForCreate for domain and application creates explicitly hit memcache
TESTED=For all tests, I added @Cache to DomainBase because otherwise the tests will
    fail. We aren't ready to do this in prod yet, which is why the tests are still
    marked @Ignore. The new tests fail if you change line 134 in Ofy to not use memcache
    and either use the unchanged original DomainCreateFlow code, or use the new
    inlined code and change loadWithMemcache() to load(). They pass with the new
    inlined code that calls loadWithMemcache(), as long as the @Cache is added to
    DomainResource.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=154224748
2017-04-26 11:16:33 -04:00
..
DomainApplicationIndex.java Add @Deprecated to DomainApplication.cloneProjectedAtTime() 2017-02-07 13:24:47 -05:00
EppResourceIndex.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
EppResourceIndexBucket.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ForeignKeyIndex.java Make failfastForCreate for domain and application creates explicitly hit memcache 2017-04-26 11:16:33 -04:00