Class ManagedSysCacheSweeper

  • All Implemented Interfaces:
    Sweepable

    @Component
    @DependsOn("springContextProvider")
    public class ManagedSysCacheSweeper
    extends AbstractBackendSweeper
    Sweeper that caches managed systems into Redis every 5 minutes

    These objects don't change too often, and the cache doesn't have to be distributed due to the fact that the objects are read-only 99% of the time.

    Author:
    lbornova