play.classloading
类 ApplicationClassloaderState
java.lang.Object
play.classloading.ApplicationClassloaderState
public class ApplicationClassloaderState
- extends java.lang.Object
Each unique instance of this class represent a State of the ApplicationClassloader.
When some classes is reloaded, them the ApplicationClassloader get a new state.
This makes it easy for other parts of Play to cache stuff based on the
the current State of the ApplicationClassloader..
They can store the reference to the current state, then later, before reading from cache,
they could check if the state of the ApplicationClassloader has changed..
从类 java.lang.Object 继承的方法 |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ApplicationClassloaderState
public ApplicationClassloaderState()
equals
public boolean equals(java.lang.Object o)
- 覆盖:
- 类
java.lang.Object
中的 equals
hashCode
public int hashCode()
- 覆盖:
- 类
java.lang.Object
中的 hashCode
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly