Class LazyServiceLoaderCache<S>


  • public class LazyServiceLoaderCache<S>
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<S> getServices()  
      • Methods inherited from class java.lang.Object

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

      • LazyServiceLoaderCache

        public LazyServiceLoaderCache​(java.lang.Class<S> clz)
    • Method Detail

      • getServices

        public java.util.List<S> getServices()