Package us.ajg0702.leaderboards.cache
Interface CacheMethod
- All Known Implementing Classes:
H2Method,MysqlMethod,SqliteMethod
public interface CacheMethod
-
Method Summary
Modifier 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
-
getMaxConnections
int getMaxConnections() -
shutdown
void shutdown() -
formatStatement
-
getName
String getName() -
requiresClose
boolean requiresClose()
-