All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.eti.clairton.jcachepolicy.Minutely Maven / Gradle / Ivy

package br.eti.clairton.jcachepolicy;

import javax.enterprise.context.ApplicationScoped;
import javax.inject.Inject;

@ApplicationScoped
public class Minutely extends ExpiryCacheResolverFactory{
	
    @Deprecated
	public Minutely() {
        this(null);
    }

    @Inject
	public Minutely(@MinutelyExpiry final ExpiryCacheResolver resolver) {
		super(resolver);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy