Class CacheCommandExtensions
- java.lang.Object
-
- org.infinispan.hibernate.cache.commons.util.CacheCommandExtensions
-
- All Implemented Interfaces:
org.infinispan.commands.module.ModuleCommandExtensions
@MetaInfServices(org.infinispan.commands.module.ModuleCommandExtensions.class) public class CacheCommandExtensions extends Object implements org.infinispan.commands.module.ModuleCommandExtensions
Command extensions for second-level cache use case- Since:
- 4.0
- Author:
- Galder ZamarreƱo
-
-
Constructor Summary
Constructors Constructor Description CacheCommandExtensions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.infinispan.commands.module.ModuleCommandFactory
getModuleCommandFactory()
org.infinispan.commands.module.ModuleCommandInitializer
getModuleCommandInitializer()
-
-
-
Method Detail
-
getModuleCommandFactory
public org.infinispan.commands.module.ModuleCommandFactory getModuleCommandFactory()
- Specified by:
getModuleCommandFactory
in interfaceorg.infinispan.commands.module.ModuleCommandExtensions
-
getModuleCommandInitializer
public org.infinispan.commands.module.ModuleCommandInitializer getModuleCommandInitializer()
- Specified by:
getModuleCommandInitializer
in interfaceorg.infinispan.commands.module.ModuleCommandExtensions
-
-