fr.xephi.authme.cache.backup
Class FileCache

java.lang.Object
  extended by fr.xephi.authme.cache.backup.FileCache

public class FileCache
extends java.lang.Object


Constructor Summary
FileCache(AuthMe plugin)
           
 
Method Summary
 void createCache(org.bukkit.entity.Player player, DataFileCache playerData, java.lang.String group, boolean operator, boolean flying)
           
 boolean doesCacheExist(org.bukkit.entity.Player player)
           
 DataFileCache readCache(org.bukkit.entity.Player player)
           
 void removeCache(org.bukkit.entity.Player player)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileCache

public FileCache(AuthMe plugin)
Method Detail

createCache

public void createCache(org.bukkit.entity.Player player,
                        DataFileCache playerData,
                        java.lang.String group,
                        boolean operator,
                        boolean flying)

readCache

public DataFileCache readCache(org.bukkit.entity.Player player)

removeCache

public void removeCache(org.bukkit.entity.Player player)

doesCacheExist

public boolean doesCacheExist(org.bukkit.entity.Player player)