mirror of
https://github.com/google/nomulus.git
synced 2025-05-03 05:27:52 +02:00
You don't want to use the cache when loading them for the purposes of updating them, but you definitely do still want to use the cache when checking the price of individual domains. In [] the cache clearing of premium lists on update was removed. This is a good thing in aggregate because the cache is per-instance and thus misleading, but it also caused us to not be able to update the same premium list twice within an hour because the second update would hit a "PremiumList was concurrently edited" exception, owing to first loading the stale version from the cache for the purposes of updating it. Now we bypass the cache for that purpose. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=197768142 |
||
---|---|---|
.. | ||
BUILD | ||
CreateGroupsAction.java | ||
CreateOrUpdatePremiumListAction.java | ||
CreatePremiumListAction.java | ||
DeleteEntityAction.java | ||
GenerateZoneFilesAction.java | ||
KillAllCommitLogsAction.java | ||
KillAllEntitiesReducer.java | ||
KillAllEppResourcesAction.java | ||
ListDomainsAction.java | ||
ListHostsAction.java | ||
ListObjectsAction.java | ||
ListPremiumListsAction.java | ||
ListRegistrarsAction.java | ||
ListReservedListsAction.java | ||
ListTldsAction.java | ||
PollMapreduceAction.java | ||
RefreshDnsForAllDomainsAction.java | ||
ResaveAllHistoryEntriesAction.java | ||
ToolsServerModule.java | ||
UpdatePremiumListAction.java | ||
VerifyOteAction.java |