Class CacheTemplateByMap

  • Direct Known Subclasses:
    CacheTemplateByMapMock

    public class CacheTemplateByMap
    extends java.lang.Object
    Since:
    13.05.2015
    Author:
    operehod
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T get​(java.util.function.Supplier<T> supplier, java.lang.Object... keys)  
      • Methods inherited from class java.lang.Object

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

      • CacheTemplateByMap

        public CacheTemplateByMap()
    • Method Detail

      • get

        public <T> T get​(java.util.function.Supplier<T> supplier,
                         java.lang.Object... keys)