Interface ControlledLazyReference<T>

Type Parameters:
T - type of the lazy loaded object
All Superinterfaces:
Lazy<T>, Referencing<T>
All Known Implementing Classes:
ControlledLazyReference.Default

public interface ControlledLazyReference<T>
extends Lazy<T>
An extension of the Lazy interface that is intended to intercept calls to the clear method of the lazy reference and deny unloading the lazy data if required.