public class OpenIdContextCache
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
OpenIdContextCache.Registration  | 
| Constructor and Description | 
|---|
OpenIdContextCache(com.github.benmanes.caffeine.cache.Cache<java.lang.String,OpenIdContext> c)  | 
| Modifier and Type | Method and Description | 
|---|---|
static OpenIdContextCache | 
get(BmContext context)  | 
OpenIdContext | 
getIfPresent(java.lang.String contextId)  | 
void | 
invalidate(java.lang.String uid)  | 
void | 
put(java.lang.String contextId,
   OpenIdContext c)  | 
public OpenIdContextCache(com.github.benmanes.caffeine.cache.Cache<java.lang.String,OpenIdContext> c)
public static OpenIdContextCache get(BmContext context)
public OpenIdContext getIfPresent(java.lang.String contextId)
public void put(java.lang.String contextId,
                OpenIdContext c)
public void invalidate(java.lang.String uid)
Copyright © 2023. All Rights Reserved.