Interface Cache<T>
-
- All Known Implementing Classes:
PreferentialAttachmentCache
public interface Cache<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(T t)
T
get()
-
PreferentialAttachmentCache
public interface Cache<T>
Modifier and Type | Method | Description |
---|---|---|
void |
add(T t) |
|
T |
get() |