Class RequestPageCacheImpl

java.lang.Object
org.apache.tapestry5.internal.services.RequestPageCacheImpl
All Implemented Interfaces:
Runnable, RequestPageCache

@Scope("perthread") public class RequestPageCacheImpl extends Object implements RequestPageCache, Runnable
In Tapestry 5.1, the implementation of this worked with the page pool (a pool of page instances, reserved to individual requests/threads). Page pooling was deprecated in 5.2 and removed in 5.3.
Since:
5.2