Liferay 7.0-ce-m6

Uses of Interface
com.liferay.portal.kernel.cache.CallbackFactory

Packages that use CallbackFactory
com.liferay.portal.kernel.cache.cluster   
com.liferay.portal.kernel.cache.configuration   
 

Uses of CallbackFactory in com.liferay.portal.kernel.cache.cluster
 

Classes in com.liferay.portal.kernel.cache.cluster that implement CallbackFactory
 class ClusterLinkCallbackFactory
           
 

Fields in com.liferay.portal.kernel.cache.cluster declared as CallbackFactory
static CallbackFactory ClusterLinkCallbackFactory.INSTANCE
           
 

Uses of CallbackFactory in com.liferay.portal.kernel.cache.configuration
 

Methods in com.liferay.portal.kernel.cache.configuration that return CallbackFactory
 CallbackFactory CallbackConfiguration.getCallbackFactory()
           
 

Constructors in com.liferay.portal.kernel.cache.configuration with parameters of type CallbackFactory
CallbackConfiguration(CallbackFactory callbackFactory, Properties properties)
           
 


Liferay 7.0-ce-m6