Class CacheLoader

java.lang.Object
org.deltava.util.cache.CacheLoader

public class CacheLoader extends Object
A utility class to register caches from an XML file.
Since:
5.0
Version:
11.5
Author:
Luke
  • Method Details

    • load

      public static void load(InputStream in) throws IOException
      Initializes the Cache Manager.
      Parameters:
      in - an InputStream to the XML file to load
      Throws:
      IOException - if an I/O error occurs