Interface CacheSlot.Cleaner<C extends CacheSlot.Cleaner<C>>

All Known Implementing Classes:
ClientLevel
Enclosing class:
CacheSlot<C extends CacheSlot.Cleaner<C>,D>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface CacheSlot.Cleaner<C extends CacheSlot.Cleaner<C>>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • registerForCleaning

      void registerForCleaning(CacheSlot<C,?> p_400255_)