Class ExternalResourcesStore

java.lang.Object
org.loboevolution.store.ExternalResourcesStore

public class ExternalResourcesStore extends Object

ExternalResourcesStore class.

  • Constructor Details

    • ExternalResourcesStore

      public ExternalResourcesStore()
  • Method Details

    • getSourceCache

      public String getSourceCache(String baseUrl, String type, boolean test)

      getSourceCache.

      Parameters:
      baseUrl - a String object.
      type - a String object.
      Returns:
      a String object.
    • saveCache

      public void saveCache(String baseUrl, String source, String type) throws Exception
      Throws:
      Exception
    • deleteAllCache

      public static void deleteAllCache()