类 SimpleInMemoryRepository<T>

  • 类型参数:
    T - the type to store

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