|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjetbrains.buildServer.vcs.utils.VcsCache<Value>
public class VcsCache<Value extends VcsCacheItem>
Allows to cache data related to vcs root.
VcsCacheItem| Constructor Summary | |
|---|---|
VcsCache(VcsCacheItemFactory<Value> factory)
Creates new vcs cache instance. |
|
| Method Summary | |
|---|---|
Value |
getItem(VcsRoot root)
Returns data related to the specified root. |
void |
resetCache(VcsRoot root)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VcsCache(VcsCacheItemFactory<Value> factory)
factory - factory to create new cached values.| Method Detail |
|---|
public Value getItem(VcsRoot root)
root - specified root.
public void resetCache(VcsRoot root)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||