Interface CachingResource

All Known Implementing Classes:
JavaSourceOrClassFileCachingResource

public interface CachingResource
Base interface for caching resources.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Disables the caching mechanism for this resource.
  • Method Details

    • disableCaching

      void disableCaching()
      Disables the caching mechanism for this resource.