Interface WatcherDomainCacheManager

All Superinterfaces:
DomainCacheManager
All Known Implementing Classes:
MpDomainCacheManager

public interface WatcherDomainCacheManager extends DomainCacheManager
  • Method Details

    • refreshProfile

      void refreshProfile(String profileCode)
      PrzeƂadowuje stan cache'u.
      Parameters:
      profileCode - profile code
    • getLastUpdatesByProfile

      Map<String,Date> getLastUpdatesByProfile()
    • getPossibleModification

      Set<String> getPossibleModification(Map<String,Date> lastUpdatesByProfile)
    • updateProfileController

      void updateProfileController(String profile, Map<String,Date> lastUpdatesByProfile)
    • doWatch

      void doWatch()