Liferay 6.0.5

com.liferay.portal.kernel.cache
Class CacheKVP

java.lang.Object
  extended by com.liferay.portal.kernel.cache.CacheKVP
All Implemented Interfaces:
Serializable

public class CacheKVP
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CacheKVP(Class<?> modelClass, Serializable primaryKeyObj)
           
 
Method Summary
 Class<?> getModelClass()
           
 Serializable getPrimaryKeyObj()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheKVP

public CacheKVP(Class<?> modelClass,
                Serializable primaryKeyObj)
Method Detail

getModelClass

public Class<?> getModelClass()

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()

Liferay 6.0.5