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 Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • newInstance

      T newInstance()