Package net.i2p.util

Interface TryCache.ObjectFactory<T>

  • Type Parameters:
    T -
    Enclosing class:
    TryCache<T>

    public static interface TryCache.ObjectFactory<T>
    Something that creates objects of the type cached by this cache
    • Method Detail

      • newInstance

        T newInstance()