mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02:00
Make Registrar.loadByClientId explicitly use memcache
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=154712979
This commit is contained in:
parent
f9df4cf3f1
commit
386d2bc6be
2 changed files with 13 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue