Package google.registry.model.tmch
Class ClaimsListDao
java.lang.Object
google.registry.model.tmch.ClaimsListDao
Data access object for
ClaimsList
.-
Method Summary
Modifier and TypeMethodDescriptionstatic ClaimsList
get()
Returns the most recent revision of theClaimsList
from the cache.static void
save
(ClaimsList claimsList) Saves the givenClaimsList
to Cloud SQL.static void
setCacheForTest
(Optional<Duration> expiry)
-
Method Details
-
setCacheForTest
-
save
Saves the givenClaimsList
to Cloud SQL. -
get
Returns the most recent revision of theClaimsList
from the cache.
-