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

kikaha.caffeine.CacheAutoGeneratedProvider1589436939 Maven / Gradle / Ivy

package kikaha.caffeine;

@SuppressWarnings("all")
@javax.inject.Singleton
@javax.enterprise.inject.Typed( kikaha.core.cdi.ProducerFactory.class )
public class CacheAutoGeneratedProvider1589436939 implements kikaha.core.cdi.ProducerFactory {

	@javax.inject.Inject kikaha.caffeine.CacheProducer factoryProvider;

	public com.github.benmanes.caffeine.cache.Cache provide( kikaha.core.cdi.ProviderContext context ) throws kikaha.core.cdi.ServiceProviderException {
		try {
			return factoryProvider.produceCache( context );
		} catch( Throwable cause ) {
			throw new kikaha.core.cdi.ServiceProviderException( cause );
		}
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy