Package

play

libs

Permalink

package libs

Visibility
  1. Public
  2. All

Type Members

  1. class Classpath extends AnyRef

    Permalink
  2. abstract class Comet extends AnyRef

    Permalink
  3. class EventSource extends AnyRef

    Permalink
  4. class Jsonp extends Content

    Permalink
  5. class Resources extends AnyRef

    Permalink
  6. class Time extends AnyRef

    Permalink
  7. class XPath extends AnyRef

    Permalink

Value Members

  1. object ReflectionsCache

    Permalink

    Provides a cache for reflections, so that classloader scanning over the same classloader for the same package multiple times doesn't need to be done.

    Provides a cache for reflections, so that classloader scanning over the same classloader for the same package multiple times doesn't need to be done.

    This is most useful in tests, when each test starts a new Application, and so things like Ebean scan the classloader for @Entity annotated classes in a given package. Profiling shows that without this cache, over 90% of a tests time might be spent in classpath scanning.

Ungrouped