Package ognl.internal

Interface ClassCache<V>

  • All Superinterfaces:
    Cache<java.lang.Class<?>,​V>
    All Known Implementing Classes:
    HashMapClassCache

    public interface ClassCache<V>
    extends Cache<java.lang.Class<?>,​V>
    This is a highly specialized map for storing values keyed by Class objects.