Uses of Interface
io.dialob.client.api.DialobCache.CacheEntry
-
Packages that use DialobCache.CacheEntry Package Description io.dialob.client.api -
-
Uses of DialobCache.CacheEntry in io.dialob.client.api
Classes in io.dialob.client.api that implement DialobCache.CacheEntry Modifier and Type Class Description classImmutableCacheEntryImmutable implementation ofDialobCache.CacheEntry.Methods in io.dialob.client.api with parameters of type DialobCache.CacheEntry Modifier and Type Method Description static ImmutableCacheEntryImmutableCacheEntry. copyOf(DialobCache.CacheEntry instance)Creates an immutable copy of aDialobCache.CacheEntryvalue.ImmutableCacheEntry.BuilderImmutableCacheEntry.Builder. from(DialobCache.CacheEntry instance)Fill a builder with attribute values from the providedCacheEntryinstance.
-