mirror of
https://github.com/google/nomulus
synced 2026-01-09 15:43:52 +00:00
Make Registrar.loadByClientId explicitly use memcache
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=154712979
This commit is contained in:
@@ -863,7 +863,7 @@ public class Registrar extends ImmutableObject implements Buildable, Jsonifiable
|
||||
return ofy().doTransactionless(new Work<Registrar>() {
|
||||
@Override
|
||||
public Registrar run() {
|
||||
return ofy().load()
|
||||
return ofy().loadWithMemcache()
|
||||
.type(Registrar.class)
|
||||
.parent(getCrossTldKey())
|
||||
.id(clientId)
|
||||
|
||||
Reference in New Issue
Block a user