Class GroupProviderImpl

java.lang.Object
de.murmelmeister.murmelapi.group.GroupProviderImpl
All Implemented Interfaces:
GroupProvider

public final class GroupProviderImpl extends Object implements GroupProvider
GroupProvider is a class that provides methods to manage groups in the database. It implements the Group interface and uses the Database class to interact with the database.
  • Field Details

  • Constructor Details

    • GroupProviderImpl

      public GroupProviderImpl(de.murmelmeister.library.database.Database database, Long fetchLimit, long cacheCapcity, Duration refreshInterval)
  • Method Details