Class SpringCacheProcessor

java.lang.Object
io.quarkus.spring.cache.SpringCacheProcessor

public class SpringCacheProcessor extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) static final org.jboss.jandex.DotName
     
    (package private) static final org.jboss.jandex.DotName
     
    (package private) static final org.jboss.jandex.DotName
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) List<io.quarkus.cache.deployment.spi.AdditionalCacheNameBuildItem>
    cacheNames(io.quarkus.deployment.builditem.CombinedIndexBuildItem combinedIndex)
     
    (package private) void
    feature(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.FeatureBuildItem> feature)
     
    (package private) io.quarkus.arc.deployment.AnnotationsTransformerBuildItem
     

    Methods inherited from class java.lang.Object

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

    • CACHEABLE

      static final org.jboss.jandex.DotName CACHEABLE
    • CACHE_PUT

      static final org.jboss.jandex.DotName CACHE_PUT
    • CACHE_EVICT

      static final org.jboss.jandex.DotName CACHE_EVICT
  • Constructor Details

    • SpringCacheProcessor

      public SpringCacheProcessor()
  • Method Details

    • feature

      void feature(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.FeatureBuildItem> feature)
    • transform

      io.quarkus.arc.deployment.AnnotationsTransformerBuildItem transform()
    • cacheNames

      List<io.quarkus.cache.deployment.spi.AdditionalCacheNameBuildItem> cacheNames(io.quarkus.deployment.builditem.CombinedIndexBuildItem combinedIndex)