Interface Resettable
- All Known Subinterfaces:
TagSupplier
- All Known Implementing Classes:
TagSupplier.TagBakery
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A listener called when a resource cache is reset.
-
Method Summary
Modifier and TypeMethodDescriptionvoidreset(ResourceGenerationContext context) Resets some state associated with sources registered to the resource cache.
-
Method Details
-
reset
Resets some state associated with sources registered to the resource cache.
-