Class ResizedImageCacheCleaner

  • All Implemented Interfaces:
    Initialization

    @Service
    public class ResizedImageCacheCleaner
    extends Job
    implements Initialization
    A scheduled job to clean up all the resized images for non existent original images.
    Author:
    mmoquillon
    • Constructor Detail

      • ResizedImageCacheCleaner

        public ResizedImageCacheCleaner()
        Creates a new job
    • Method Detail

      • execute

        public void execute​(JobExecutionContext context)
        Description copied from class: Job
        Executes the job with the specified execution context. The context carries the information that can be required by the job to fulfill its execution, like the job parameters.
        Specified by:
        execute in class Job
        Parameters:
        context - the context under which this job is executed.