Class Lazy<T>

java.lang.Object
overit.geocall.util.Lazy<T>
All Implemented Interfaces:
Serializable

public class Lazy<T> extends Object implements Serializable
Lazy is a simple in-memory caching class. The Lazy class suits the caching of database calls, complex object graph building routines and web service calls that should be cached for performance.
See Also: