google-nomulus/java/google/registry/ui/server/registrar
mmuller e1ad4d663c Remove Registrar caching from all console actions
Caching turns out to be an anti-pattern for the console.  If we use it, changes from the user just get obliterated by the older, cached version the next time the console refreshes (and it happens to refresh after every update).  Caching is also not very useful here, as the amount of database access driven by the console is very small.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=190650931
2018-04-02 16:49:00 -04:00
..
BUILD Move backported JUnit file to third_party (part 2) 2017-12-02 11:37:46 -05:00
ConsoleUiAction.java Implement "premium price ack required" checkbox 2018-04-02 16:33:51 -04:00
package-info.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RegistrarPaymentAction.java Remove Registrar caching from all console actions 2018-04-02 16:49:00 -04:00
RegistrarPaymentSetupAction.java Remove Registrar caching from all console actions 2018-04-02 16:49:00 -04:00
RegistrarPremiumPriceAckAction.java Remove Registrar caching from all console actions 2018-04-02 16:49:00 -04:00
RegistrarSettingsAction.java Remove Registrar caching from all console actions 2018-04-02 16:49:00 -04:00
SendEmailUtils.java Refactor Guava functional methods to use lambdas 2017-12-01 22:14:05 -05:00
SessionUtils.java Remove Registrar caching from all console actions 2018-04-02 16:49:00 -04:00