Uses of Record Class
ch.rswk.meta.engine.UserService.UserCacheEntry
Packages that use UserService.UserCacheEntry
Package
Description
meta-engine is the backend of every application based on meta.
-
Uses of UserService.UserCacheEntry in ch.rswk.meta.engine
Fields in ch.rswk.meta.engine with type parameters of type UserService.UserCacheEntryModifier and TypeFieldDescriptionprivate com.github.benmanes.caffeine.cache.AsyncLoadingCache
<String, Optional<UserService.UserCacheEntry>> UserService.userCache
Methods in ch.rswk.meta.engine that return types with arguments of type UserService.UserCacheEntryModifier and TypeMethodDescriptionCompletableFuture
<? extends Optional<UserService.UserCacheEntry>> com.google.common.util.concurrent.ListenableFuture
<Optional<UserService.UserCacheEntry>> UserService.getCachedUser
(String user) Methods in ch.rswk.meta.engine with parameters of type UserService.UserCacheEntryModifier and TypeMethodDescriptionUserService.validateUserWrite
(@Nullable String clientId, boolean enforce, boolean hashed, @Nullable String ipAddress, UserWriteRequest request, MetaUser user, @Nullable UserService.UserCacheEntry cacheEntry, String userName)