Uses of Class
fr.xephi.authme.cache.backup.DataFileCache

Packages that use DataFileCache
fr.xephi.authme.cache.backup   
 

Uses of DataFileCache in fr.xephi.authme.cache.backup
 

Methods in fr.xephi.authme.cache.backup that return DataFileCache
 DataFileCache FileCache.readCache(org.bukkit.entity.Player player)
           
 

Methods in fr.xephi.authme.cache.backup with parameters of type DataFileCache
 void FileCache.createCache(org.bukkit.entity.Player player, DataFileCache playerData, java.lang.String group, boolean operator, boolean flying)