Interface CachingStrategy

  • All Known Implementing Classes:
    DefaultCachingStrategy

    public interface CachingStrategy
    Created with IntelliJ IDEA. User: gary Date: 24/06/2013 Time: 12:52 To change this template use File | Settings | File Templates.
    • Method Detail

      • put

        void put​(java.lang.String code,
                 java.util.List<PromotionResult> results)
      • remove

        void remove​(java.lang.String code)