Class Cache<T>
- java.lang.Object
-
- jetbrains.buildServer.controllers.agent.statistics.table.Cache<T>
-
public class Cache<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description Cache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
createObject(T obj)
Collection<T>
getCached()
-
-
-
Method Detail
-
getCached
@NotNull public Collection<T> getCached()
-
-