Class SimpleInMemoryRepository<T>

  • Type Parameters:
    T - the type to store

    public class SimpleInMemoryRepository<T>
    extends Object
    Repository utility that stores stuff in memory with period-separated String keys.