play

libs

package libs

Visibility
  1. Public
  2. All

Type Members

  1. class Classpath extends AnyRef

  2. abstract class Comet extends Chunks[String]

  3. class Crypto extends AnyRef

  4. abstract class EventSource extends Chunks[String]

  5. class Jsonp extends Content

  6. class Time extends AnyRef

  7. class XPath extends AnyRef

  8. class Yaml 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 FakeApplication, 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