Adds method to obtain the island cache.

This commit is contained in:
tastybento 2019-04-28 17:57:01 -07:00
parent 4472817b07
commit 2b42de44c4

View File

@ -368,6 +368,13 @@ public class IslandsManager {
return islandCache.getIslands();
}
/**
* @return the islandCache
*/
public IslandCache getIslandCache() {
return islandCache;
}
/**
* Used for testing only to inject the islandCache mock object
* @param islandCache - island cache