google-nomulus/java/google/registry/tmch
cgoldfeder c9d7e75946 Cache Registrars in memory
This replaces the memcache caching, which we think is overall a bad idea.
We load all registrars at once instead of caching each as needed, so that
the loadAllCached() methods can be cached as well, and therefore will
always produce results consistent with loadByClientIdCached()'s view of the
registrar's values. All of our prod registrars together total 300k of data
right now, so this is hardly worth optimizing further, and in any case this
will likely reduce latency even further since most requests will be
served out of memory.

While I was in the Registrar file I standardized the error messages for incorrect
password and clientId length to be the same format, and cleaned up a few
random things I noticed in the code.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=156151828
2017-05-17 12:26:11 -04:00
..
BUILD Restructure Maven dependencies in build 2017-01-09 11:59:04 -05:00
ClaimsListParser.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
icann-tmch-pilot.crl Use enum instead of boolean for TMCH CA mode 2017-01-18 11:11:35 -05:00
icann-tmch-pilot.crt Use enum instead of boolean for TMCH CA mode 2017-01-18 11:11:35 -05:00
icann-tmch.crl Update ICANN TMCH CRL file to latest as of now 2017-01-09 11:59:04 -05:00
icann-tmch.crt mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
LordnLog.java Use Immutable types for static final fields 2017-03-07 13:55:13 -05:00
LordnRequestInitializer.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
LordnTask.java Cache Registrars in memory 2017-05-17 12:26:11 -04:00
marksdb-public-key.asc mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
Marksdb.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
NordnUploadAction.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
NordnVerifyAction.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
package-info.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
SmdrlCsvParser.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
TmchCertificateAuthority.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
TmchCrlAction.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
TmchData.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
TmchDnlAction.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
TmchModule.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
TmchSmdrlAction.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
TmchXmlSignature.java Un-Ignore a test in DomainApplicationCreateFlowTest 2017-05-03 10:44:56 -04:00