Package org.apereo.cas.util.cache
Class DistributedCacheObject<V extends java.io.Serializable>
- java.lang.Object
-
- org.apereo.cas.util.cache.DistributedCacheObject<V>
-
- All Implemented Interfaces:
java.io.Serializable
public class DistributedCacheObject<V extends java.io.Serializable> extends java.lang.Object implements java.io.SerializableThis isDistributedCacheObject.- Since:
- 5.2.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DistributedCacheObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsProperty(java.lang.String name)Contains property?<T> TgetProperty(java.lang.String name, java.lang.Class<T> clazz)Gets property.
-
-
-
Method Detail
-
getProperty
public <T> T getProperty(java.lang.String name, java.lang.Class<T> clazz)Gets property.- Type Parameters:
T- the type parameter- Parameters:
name- the nameclazz- the clazz- Returns:
- the property
-
containsProperty
public boolean containsProperty(java.lang.String name)
Contains property?- Parameters:
name- the name- Returns:
- true/false
-
-