Packages

p

play

libs

package libs

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class Classpath extends AnyRef
  2. abstract class Comet extends AnyRef
  3. class EventSource extends AnyRef
  4. class Jsonp extends Content
  5. class Resources extends AnyRef
  6. class Time extends AnyRef
  7. class XPath extends AnyRef

Value Members

  1. object ReflectionsCache

    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