Generated by
JDiff

Class org.infinispan.CacheImpl

Documentation changed from old to new.

Added Methods
(EntryIterable<K, V>filterEntries(KeyValueFilter<?, super, K, ?, super, V>)  
AuthorizationManager getAuthorizationManager()  
 

Changed Methods
String getVersion() Documentation changed from old to new.
Returns the version of Infinispan.
void injectDependencies(EvictionManager, InvocationContextFactory, InvocationContextContainer, CommandsFactory, InterceptorChain, Configuration, CacheNotifier, ComponentRegistry, TransactionManager, BatchContainer, RpcManager, DataContainer, StreamingMarshaller, DistributionManager, EmbeddedCacheManager, ExecutorService, TransactionTable, RecoveryManager, TransactionCoordinator, LockManager, AuthorizationManager, GlobalConfiguration, EntryRetriever<K, V>) Change in signature from (EvictionManager, InvocationContextFactory, InvocationContextContainer, CommandsFactory, InterceptorChain, Configuration, CacheNotifier, ComponentRegistry, TransactionManager, BatchContainer, RpcManager, DataContainer, StreamingMarshaller, DistributionManager, EmbeddedCacheManager, ExecutorService, TransactionTable, RecoveryManager, TransactionCoordinator, LockManager, GlobalConfiguration) to (EvictionManager, InvocationContextFactory, InvocationContextContainer, CommandsFactory, InterceptorChain, Configuration, CacheNotifier, ComponentRegistry, TransactionManager, BatchContainer, RpcManager, DataContainer, StreamingMarshaller, DistributionManager, EmbeddedCacheManager, ExecutorService, TransactionTable, RecoveryManager, TransactionCoordinator, LockManager, AuthorizationManager, GlobalConfiguration, EntryRetriever<K, V>).
 
 

Changed Fields
StreamingMarshaller marshaller Change in type from StreamingMarshaller to org.infinispan.commons.marshall.StreamingMarshaller.