Package org.apache.torque.manager
Klasse MethodCacheKey
java.lang.Object
org.apache.torque.manager.MethodCacheKey
- Alle implementierten Schnittstellen:
Serializable
The key for the MethodResultCache.
- Version:
- $Id: MethodCacheKey.java 1917245 2024-04-21 14:06:23Z tv $
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungMethodCacheKey
(Serializable instanceOrClass, String method, Serializable... arg) Construct key -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
Return the group keyint
hashCode()
void
init
(Serializable instanceOrClass, String method, Serializable... arg) Initialize the keytoString()
-
Konstruktordetails
-
MethodCacheKey
public MethodCacheKey() -
MethodCacheKey
Construct key- Parameter:
instanceOrClass
- the Object on which the method is invoked. if the method is static, a String representing the class name is used.method
- the method namearg
- optional arguments for the method
-
-
Methodendetails
-
init
Initialize the key- Parameter:
instanceOrClass
- the Object on which the method is invoked. if the method is static, a String representing the class name is used.method
- the method namearg
- optional arguments for the method
-
getGroupKey
Return the group key- Gibt zurück:
- the group key
-
equals
-
hashCode
public int hashCode() -
toString
-