Interface CachingResource
- All Known Implementing Classes:
JavaSourceOrClassFileCachingResource
public interface CachingResource
Base interface for caching resources.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Disables the caching mechanism for this resource.
-
Method Details
-
disableCaching
void disableCaching()Disables the caching mechanism for this resource.
-