Uses of Class
com.booksaw.betterTeams.util.Cache.Builder
Packages that use Cache.Builder
-
Uses of Cache.Builder in com.booksaw.betterTeams.util
Methods in com.booksaw.betterTeams.util that return Cache.BuilderModifier and TypeMethodDescriptionCache.Builder.expireAfterAccess
(@NotNull Duration duration) Sets the expiration time after accessing an entry.Cache.Builder.expireAfterWrite
(@NotNull Duration duration) Sets the expiration time after writing an entry.Cache.Builder.initialCapacity
(int initialCapacity) Sets the initial capacity of the cache.Cache.Builder.maximumSize
(int maximumSize) Sets the maximum size of the cache.