com.sapportals.portal.prt.component
Interface INonCachablePortalComponent


public interface INonCachablePortalComponent

An INonCachablePortalComponent is implemented by components that do not want to be cached by the Portal builber Runtime architecture. By default AbstractPortalComponent instances are cachable. It is just an empty interface indicating to the framework to never cache the content. If an object is implementing both ICachablePortalComponent and INonCachablePortalComponent interface, the architecture decides to not cache the content of the component.

See Also:
ICachablePortalComponent