public class DomainsCache
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DomainsCache.Registration |
| Constructor and Description |
|---|
DomainsCache(com.github.benmanes.caffeine.cache.Cache<java.lang.String,ItemValue<Domain>> cache) |
| Modifier and Type | Method and Description |
|---|---|
static DomainsCache |
get(BmContext context) |
ItemValue<Domain> |
getDomainOrAlias(java.lang.String uid) |
ItemValue<Domain> |
getIfPresent(java.lang.String uid) |
void |
invalidate(java.lang.String uid) |
void |
put(java.lang.String uid,
ItemValue<Domain> d) |
public static DomainsCache get(BmContext context)
public void invalidate(java.lang.String uid)
Copyright © 2021. All Rights Reserved.