Package play.cache
Class NamedCacheImpl
- Object
-
- play.cache.NamedCacheImpl
-
- All Implemented Interfaces:
Serializable
,Annotation
public class NamedCacheImpl extends Object implements NamedCache, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NamedCacheImpl(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Annotation>
annotationType()
boolean
equals(Object o)
int
hashCode()
String
toString()
String
value()
-
-
-
Constructor Detail
-
NamedCacheImpl
public NamedCacheImpl(String value)
-
-
Method Detail
-
value
public String value()
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfaceAnnotation
- Overrides:
hashCode
in classObject
-
equals
public boolean equals(Object o)
- Specified by:
equals
in interfaceAnnotation
- Overrides:
equals
in classObject
-
toString
public String toString()
- Specified by:
toString
in interfaceAnnotation
- Overrides:
toString
in classObject
-
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationType
in interfaceAnnotation
-
-