Class LazyModel<M>

java.lang.Object
org.keycloak.models.cache.infinispan.LazyModel<M>
All Implemented Interfaces:
Supplier<M>

public class LazyModel<M> extends Object implements Supplier<M>
  • Constructor Details

    • LazyModel

      public LazyModel(Supplier<M> supplier)
  • Method Details

    • get

      public M get()
      Specified by:
      get in interface Supplier<M>