Package google.registry.config
Class RegistryConfigSettings.Caching
- java.lang.Object
-
- google.registry.config.RegistryConfigSettings.Caching
-
- Enclosing class:
- RegistryConfigSettings
public static class RegistryConfigSettings.Caching extends java.lang.Object
Configuration for caching.
-
-
Field Summary
Fields Modifier and Type Field Description int
claimsListCachingSeconds
int
domainLabelCachingSeconds
boolean
eppResourceCachingEnabled
int
eppResourceCachingSeconds
int
eppResourceMaxCachedEntries
int
singletonCachePersistSeconds
int
singletonCacheRefreshSeconds
int
staticPremiumListMaxCachedEntries
-
Constructor Summary
Constructors Constructor Description Caching()
-
-
-
Field Detail
-
singletonCacheRefreshSeconds
public int singletonCacheRefreshSeconds
-
domainLabelCachingSeconds
public int domainLabelCachingSeconds
-
singletonCachePersistSeconds
public int singletonCachePersistSeconds
-
staticPremiumListMaxCachedEntries
public int staticPremiumListMaxCachedEntries
-
eppResourceCachingEnabled
public boolean eppResourceCachingEnabled
-
eppResourceCachingSeconds
public int eppResourceCachingSeconds
-
eppResourceMaxCachedEntries
public int eppResourceMaxCachedEntries
-
claimsListCachingSeconds
public int claimsListCachingSeconds
-
-