Searched refs:Weigher (Results 1 - 1 of 1) sorted by relevance

/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/service/access/persistence/caching/
H A DInMemoryInternalSessionCacheStep.java38 import org.forgerock.guava.common.cache.Weigher;
254 * A custom {@link Weigher} for the cache that only counts the master session ID as having weight, and the
258 private static class SessionIDWeigher implements Weigher<String, InternalSession> {

Completed in 30 milliseconds