Class RequestCacheServiceImpl
java.lang.Object
com.atlassian.greenhopper.service.RequestCacheServiceImpl
- All Implemented Interfaces:
RequestCacheService
@Service("gh-requestCacheService")
public class RequestCacheServiceImpl
extends Object
implements RequestCacheService
RequestCacheService implementation.
Stores value using webwork's ActionContext
-
Field Summary
Fields inherited from interface com.atlassian.greenhopper.service.RequestCacheService
SERVICE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RequestCacheServiceImpl
public RequestCacheServiceImpl()
-
-
Method Details
-
getValue
Description copied from interface:RequestCacheServiceGet a value stored in the request cache.- Specified by:
getValuein interfaceRequestCacheService- Returns:
- null if not found
-
putValue
Description copied from interface:RequestCacheServicePut a value into the request cache.- Specified by:
putValuein interfaceRequestCacheService
-