Class CacheProcessor

java.lang.Object
io.quarkus.qute.deployment.CacheProcessor

public class CacheProcessor extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) void
    initialize(Optional<io.quarkus.cache.deployment.spi.CacheTypeBuildItem> cacheTypeBuildItem, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.arc.deployment.AdditionalBeanBuildItem> beans, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.cache.deployment.spi.AdditionalCacheNameBuildItem> cacheNames)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CacheProcessor

      public CacheProcessor()
  • Method Details

    • initialize

      void initialize(Optional<io.quarkus.cache.deployment.spi.CacheTypeBuildItem> cacheTypeBuildItem, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.arc.deployment.AdditionalBeanBuildItem> beans, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.cache.deployment.spi.AdditionalCacheNameBuildItem> cacheNames)