Project

General

Profile

« Previous | Next » 

Revision 43288

deprecated custom use of Caches, we should stick instead on the caching mechanism provided by spring

View differences:

CacheElement.java
8 8
 * @param <T>
9 9
 *            type of payload
10 10
 */
11
@Deprecated
11 12
public class CacheElement<T> {
12 13
	private T value;
13 14
	private int timeToLive;

Also available in: Unified diff