Package liquibase.util
Class Cache<T>
java.lang.Object
liquibase.util.Cache<T>
A wrapper around a method which is expected to be called multiple times. This class orchestrates ensuring that the
method is called once and storing the result value for subsequent executions.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Cache
-
Cache
-
-
Method Details
-
get
- Throws:
Exception
-
clearCache
public void clearCache()
-