New file based cache for creature types and card names. +Test for cache consistency.

This commit is contained in:
magenoxx 2012-06-25 15:01:31 +04:00
parent 7d4aaec015
commit b6bb69f8b8
4 changed files with 173 additions and 0 deletions

View file

@ -28,6 +28,12 @@
<version>1.2.14</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
</dependency>
</dependencies>
<build>