Uploaded image for project: 'OpenWebBeans'
  1. OpenWebBeans
  2. OWB-313

create caching strategies for resolving Bean<T> for BeanManager and EL invocations

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • M4
    • 1.0.0-alpha-1
    • Injection and Lookup
    • None

    Description

      Currently any EL expression and BeanManager#getBeans(Class type) will go through the whole resolving process over and over again

      These invocations should get cached

      For ExpressionLangurage invocations:
      .) positive cache name -> Bean<T>
      .) negative cache List<String> notFoundInEL;

      For BeanManager queries
      .) Map<Type, List<Bean<T>>

      Attachments

        Activity

          People

            struberg Mark Struberg
            struberg Mark Struberg
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: