7172737475767778
} @Deprecated CompatibilityCacheFactory(String cacheName, org.infinispan.marshall.Marshaller marshaller, CacheMode cacheMode) { this.cacheName = cacheName; this.marshaller = new LegacyMarshallerAdapter(marshaller); this.cacheMode = cacheMode; }
7879808182838485
5859606162636465
/** * Sets the marshaller instance to be used by the interoperability layer. */ @Deprecated public CompatibilityModeConfigurationBuilder marshaller(org.infinispan.marshall.Marshaller marshaller) { this.marshaller = new LegacyMarshallerAdapter(marshaller); return this; }
9596979899100101102