|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.greenhopper.service.GenericCache<java.lang.Long,Backlog>
com.atlassian.greenhopper.service.backlog.BacklogCache
@Service(value="gh-backlogCache") public class BacklogCache
Entity cache for backlog entities
Field Summary | |
---|---|
static java.lang.String |
SERVICE
|
Fields inherited from class com.atlassian.greenhopper.service.GenericCache |
---|
cache |
Constructor Summary | |
---|---|
BacklogCache()
|
Method Summary | |
---|---|
Backlog |
get(java.lang.Long key)
|
protected java.lang.String |
getCacheName()
|
void |
put(Backlog backlog)
|
Methods inherited from class com.atlassian.greenhopper.service.GenericCache |
---|
afterPropertiesSet, clear, destroy, put, remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SERVICE
Constructor Detail |
---|
public BacklogCache()
Method Detail |
---|
protected java.lang.String getCacheName()
getCacheName
in class GenericCache<java.lang.Long,Backlog>
public Backlog get(java.lang.Long key)
get
in class GenericCache<java.lang.Long,Backlog>
public void put(Backlog backlog)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |