Toggle navigation
Home
org.infinispan.Cache<?, ?> to boolean
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'infinispan'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Cascading Type Change (Different)
Cache<?,?>
to
Optional<Marshaller>
Add or Remove Method invocation
systemBindings.put(SystemBindings.CACHE.toString(),c)
to
systemBindings.put(SystemBindings.CACHE.toString(),cache)
cm
to
marshaller.isPresent()
c
to
SecurityActions.getCacheConfiguration(cache)
cm
to
SecurityActions.getCacheConfiguration(cache)
cm.getCacheConfiguration(cache.getName())
to
SecurityActions
ifPresent
to
ifPresent
Rename Variable
c
to
compat