358359360361362363364365366367368
if ( debug ) { _log.debug( "...Portlet dirty. expiring the portlet body" ); } cacheable.expire( ); body = null; } } } else
130131132133134135136137138139140
if ( debug ) { __log.debug( "...portlet dirty. expiring the portlet content" ); } cacheable.expire( ); } } } return Interceptor.CONTINUE;