spring-framework/spring-context-support/src
Juergen Hoeller 50d3f71923 Added get(key, type) method to Cache interface
This new get variant not only allows for generically specifying the required value type; it also skips the ValueWrapper that the standard get method returns. Note that it is not possible to differentiate between non-existing cache entries and cached null values that way; for that purpose, the standard get variant needs to be used.

Issue: SPR-11061
2013-11-04 14:31:41 +01:00
..
main Added get(key, type) method to Cache interface 2013-11-04 14:31:41 +01:00
test Added get(key, type) method to Cache interface 2013-11-04 14:31:41 +01:00