Interface BeanGroupFactory<I,​T,​C>

    • Method Detail

      • createGroup

        BeanGroup<I,​T> createGroup​(I id,
                                         BeanGroupEntry<I,​T,​C> entry)
        Create a new bean group using the specified identifier and entry.
        Parameters:
        id - a group identifier
        entry - the cache entry for the group
        Returns:
        a bean group
      • getPassiveCount

        int getPassiveCount()
      • close

        void close()