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:RequestCacheService
Get a value stored in the request cache.- Specified by:
getValue
in interfaceRequestCacheService
- Returns:
- null if not found
-
putValue
Description copied from interface:RequestCacheService
Put a value into the request cache.- Specified by:
putValue
in interfaceRequestCacheService
-