Interface RLocalCachedMap<K,​V>

    • Method Detail

      • preloadCache

        void preloadCache()
        Pre-warm the cached values. Not guaranteed to load ALL values, but statistically will preload approximately all (all if no concurrent mutating activity) Intended for use with no-eviction caches where entire maps are locally cached
      • clearLocalCacheAsync

        RFuture<Void> clearLocalCacheAsync()
        Clears local cache across all instances
        Returns:
        void
      • clearLocalCache

        void clearLocalCache()
        Clears local cache across all instances