Class CacheLoader
java.lang.Object
org.deltava.util.cache.CacheLoader
A utility class to register caches from an XML file.
- Since:
 - 5.0
 - Version:
 - 11.5
 - Author:
 - Luke
 
- 
Method Summary
Modifier and TypeMethodDescriptionstatic voidload(InputStream in) Initializes the Cache Manager. 
- 
Method Details
- 
load
Initializes the Cache Manager.- Parameters:
 in- an InputStream to the XML file to load- Throws:
 IOException- if an I/O error occurs
 
 -