Package 

Class SynchronizedDataCache

  • All Implemented Interfaces:
    io.appmetrica.analytics.coreapi.internal.cache.UpdateConditionsChecker

    
    public abstract class SynchronizedDataCache<T>
    extends DataCache<T>
                        
    • Method Summary

      Modifier and Type Method Description
      synchronized T getData()
      synchronized void updateData(@NonNull() T newData)
      synchronized boolean shouldUpdate()
      • Methods inherited from class io.appmetrica.analytics.coreutils.internal.cache.DataCache

        getCachedData, setUpdateScheduler, updateCacheControl
      • Methods inherited from class io.appmetrica.analytics.coreapi.internal.cache.UpdateConditionsChecker

        shouldUpdate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait