google-nomulus/java/google/registry/ui/server/registrar
cgoldfeder ae039aa0d8 Remove all vestiges of memcache
Memcache is already off but now it's not in the code anymore.

This includes removing domain creation failfast, since that is actually
slower now than just running the flow - all you gain is a non-transactional
read over a transactional read, but the cost is that you always pay that
read, which is going to drive up latency.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=158183506
2017-06-14 10:28:24 -04:00
..
BUILD Set correct auth settings for all actions 2017-03-13 11:22:55 -04:00
ConsoleUiAction.java Cache Registrars in memory 2017-05-17 12:26:11 -04:00
package-info.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RegistrarPaymentAction.java Set correct auth settings for all actions 2017-03-13 11:22:55 -04:00
RegistrarPaymentSetupAction.java Set correct auth settings for all actions 2017-03-13 11:22:55 -04:00
RegistrarSettingsAction.java This CL include changes in the registrar console that makes it possible to designate an abuse contact in domain WHOIS record, per ICANN's CL&D requirement. 2017-05-17 11:36:53 -04:00
RegistrarUserModule.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
SendEmailUtils.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
SessionUtils.java Remove all vestiges of memcache 2017-06-14 10:28:24 -04:00