com.ibm.commerce.marketing.commands.ranking

Class InvalidateRankingServletCmdImpl

  • All Implemented Interfaces:
    com.ibm.commerce.command.CacheableECCommand, ECCommand, ECTargetableCommand, TaskCommand, InvalidateRankingServletCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class InvalidateRankingServletCmdImpl
    extends TaskCommandImpl
    implements InvalidateRankingServletCmd
    This command can be used in a cachespec invalidation policy in order to invalidate any JSP or command dynacache entries that have cached a ranking list for display in the storefront. For example:
    
        servlet
        /Madisions/Snippets/Marketing/ESpot/RightSidebarRankingESpotDisplay.jsp
        true
        false
        ......                      
        RankingServlet
    
    
        command
        com.ibm.commerce.marketing.commands.ranking.InvalidateRankingServletCmdImpl
        RankingServlet
    
     
    See Also:
    Serialized Form