JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
Help
microsim.caching
Contents
Description
Related Packages
Classes and Interfaces
Hide sidebar
Show sidebar
Package microsim.caching
package
microsim.caching
Related Packages
Package
Description
microsim
Classes
Class
Description
Once
<T>
Cache the result of a
Supplier
so that it is only called once.
OnceUntil
<T>
Cache the result of a
Supplier
so that it is only called only once until the condition becomes true.