org.jboss.weld.context.cache
Interface RequestScopedItem


public interface RequestScopedItem

An item that can be cached for the lifetime of a request.

Author:
Stuart Douglas

Method Summary
 void invalidate()
          Method that is called when the request ends
 

Method Detail

invalidate

void invalidate()
Method that is called when the request ends



Copyright © 2013 Seam Framework. All Rights Reserved.