Class CachingObjectCreator<T>

java.lang.Object
org.apache.tapestry5.commons.internal.util.LockSupport
org.apache.tapestry5.ioc.internal.services.CachingObjectCreator<T>
All Implemented Interfaces:
ObjectCreator<T>

public class CachingObjectCreator<T> extends LockSupport implements ObjectCreator<T>
An ObjectCreator that delegates to another ObjectCreator and caches the result.