Package pl.decerto.hyperon.runtime.cache
Class UserRegionVersionCache
java.lang.Object
pl.decerto.hyperon.runtime.cache.UserRegionVersionCache
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinvalidate(@NotNull String profileCode, @NotNull String user) voidinvalidateForProfile(@NotNull String profileCode) voidinvalidateForUser(@NotNull String user) voidput(@NotNull String profileCode, @NotNull String user, @NotNull Set<RegionVersion> versions)
-
Constructor Details
-
UserRegionVersionCache
public UserRegionVersionCache()
-
-
Method Details
-
put
public void put(@NotNull @NotNull String profileCode, @NotNull @NotNull String user, @NotNull @NotNull Set<RegionVersion> versions) -
get
-
invalidateForProfile
-
invalidateForUser
-
invalidate
-
getAllKeys
-