Package us.ajg0702.leaderboards.cache
Interface CacheMethod
- All Known Implementing Classes:
- H2Method,- MysqlMethod,- SqliteMethod
public interface CacheMethod
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose(Connection connection) intgetName()voidinit(LeaderboardPlugin plugin, us.ajg0702.utils.common.ConfigFile config, Cache cacheInstance) booleanvoidshutdown()
- 
Method Details- 
getConnection- Throws:
- SQLException
 
- 
init
- 
close- Throws:
- SQLException
 
- 
getMaxConnectionsint getMaxConnections()
- 
shutdownvoid shutdown()
- 
formatStatement
- 
getNameString getName()
- 
requiresCloseboolean requiresClose()
 
-