Class CacheProperties


  • @Configuration
    @ConfigurationProperties(prefix="nae.cache")
    public class CacheProperties
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CacheProperties()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> getAllCaches()  
      • Methods inherited from class java.lang.Object

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

      • CacheProperties

        public CacheProperties()
    • Method Detail

      • getAllCaches

        public java.util.Set<java.lang.String> getAllCaches()