CacheProvider
instead@Deprecated
public abstract class VcsCache<Value extends VcsCacheItem>
extends java.lang.Object
VcsCacheItem
Constructor and Description |
---|
VcsCache(VcsCacheItemFactory<Value> factory)
Deprecated.
Creates new vcs cache instance.
|
Modifier and Type | Method and Description |
---|---|
Value |
getItem(VcsRoot root)
Deprecated.
Returns data related to the specified root.
|
protected abstract java.lang.String |
getKey(VcsRoot root)
Deprecated.
|
void |
resetCache(VcsRoot root)
Deprecated.
|
public VcsCache(VcsCacheItemFactory<Value> factory)
factory
- factory to create new cached values.public Value getItem(VcsRoot root)
root
- specified root.protected abstract java.lang.String getKey(VcsRoot root)
public void resetCache(VcsRoot root)