Package me.saro.kit

Class CacheStore.CacheWrapper<T>

java.lang.Object
me.saro.kit.CacheStore.CacheWrapper<T>
Enclosing class:
CacheStore<ID,​T>

public static class CacheStore.CacheWrapper<T>
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    CacheWrapper​(long cacheTimeMillis, T data)  
  • Method Summary

    Modifier and Type Method Description
    T get()  

    Methods inherited from class java.lang.Object

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

    • CacheWrapper

      public CacheWrapper​(long cacheTimeMillis, T data)
  • Method Details

    • get

      public T get()