com.atlassian.greenhopper.service.backlog
Class BacklogCache

java.lang.Object
  extended by com.atlassian.greenhopper.service.GenericCache<java.lang.Long,Backlog>
      extended by com.atlassian.greenhopper.service.backlog.BacklogCache
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

@Service(value="gh-backlogCache")
public class BacklogCache
extends GenericCache<java.lang.Long,Backlog>

Entity cache for backlog entities

Author:
ahennecke

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

SERVICE

public static final java.lang.String SERVICE
See Also:
Constant Field Values
Constructor Detail

BacklogCache

public BacklogCache()
Method Detail

getCacheName

protected java.lang.String getCacheName()
Specified by:
getCacheName in class GenericCache<java.lang.Long,Backlog>

get

public Backlog get(java.lang.Long key)
Overrides:
get in class GenericCache<java.lang.Long,Backlog>
Returns:
the entity that matches the key, or null if none is in the cache

put

public void put(Backlog backlog)


Copyright © 2007-2011 Atlassian. All Rights Reserved.