use of org.magic.api.cache.impl.FileCache in project MtgDesktopCompanion by nicho92.
the class CacheProviderTests method test.
@Test
public void test() {
test(new NoCache());
test(new MemoryCache());
test(new FileCache());
}
Aggregations