Interface RequestCacheService
- All Known Implementing Classes:
RequestCacheServiceImpl
public interface RequestCacheService
Provides methods to load/store information from/to a request based cache.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
SERVICE
Service identifier to be used for dependency injection.- See Also:
-
-
Method Details
-
getValue
Get a value stored in the request cache.- Returns:
- null if not found
-
putValue
Put a value into the request cache.
-