Package org.jboss.weld.contexts.cache
Interface RequestScopedItem
-
- All Known Implementing Classes:
InterceptionDecorationContext.Stack
public interface RequestScopedItemAn item that can be cached for the lifetime of a request.- Author:
- Stuart Douglas
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinvalidate()Method that is called when the request ends
-