Package org.jboss.weld.contexts.cache
Interface RequestScopedItem
- All Known Implementing Classes:
InterceptionDecorationContext.Stack
public interface RequestScopedItem
An item that can be cached for the lifetime of a request.
- Author:
- Stuart Douglas
-
Method Summary
-
Method Details
-
invalidate
void invalidate()Method that is called when the request ends
-