Package ognl

Interface ClassCacheInspector

    • Method Detail

      • shouldCache

        boolean shouldCache​(java.lang.Class type)
        Invoked just before storing a class type within a cache instance.
        Parameters:
        type - The class that is to be stored.
        Returns:
        True if the class can be cached, false otherwise.