Package us.ajg0702.leaderboards.cache
Interface CacheMethod
- All Known Implementing Classes:
H2Method
,MysqlMethod
,SqliteMethod
public interface CacheMethod
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close
(Connection connection) int
getName()
void
init
(LeaderboardPlugin plugin, us.ajg0702.utils.common.ConfigFile config, Cache cacheInstance) boolean
void
shutdown()
-
Method Details
-
getConnection
- Throws:
SQLException
-
init
-
close
- Throws:
SQLException
-
getMaxConnections
int getMaxConnections() -
shutdown
void shutdown() -
formatStatement
-
getName
String getName() -
requiresClose
boolean requiresClose()
-