Package 

Class FileCacheManager

  • All Implemented Interfaces:
    com.appsflyer.CacheManager

    
    public class FileCacheManager
     implements CacheManager
                        

    Created with IntelliJ IDEA. User: gilmeroz Date: 5/8/14 Time: 1:13 PM To change this template use File | Settings | File Templates.

    • Method Summary

      Modifier and Type Method Description
      void init()
      String cacheRequest(CacheRequestData data) Caches network request data in persistent storage
      List<CacheRequestData> getCachedRequests()
      boolean deleteRequest(String cacheKey) Tries to delete cached request from the persistent storage.
      void clearCache()
      • Methods inherited from class com.appsflyer.CacheManager

        cacheRequest, clearCache, deleteRequest, getCachedRequests, init
      • Methods inherited from class java.lang.Object

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