Skip to content

Instantly share code, notes, and snippets.

View gudatcomputers's full-sized avatar
🏠
Working from home

Jason McKee gudatcomputers

🏠
Working from home
View GitHub Profile
@bijukunjummen
bijukunjummen / gist:3315275
Created August 10, 2012 16:08
Test Cache with Spring Cache Abstraction
package org.bk.samples.cache;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.equalTo;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import org.junit.Test;