[infinispan-issues] [JBoss JIRA] (ISPN-10248) Allow users to customize NearCache behavior per RemoteCache

Tristan Tarrant (Jira) issues at jboss.org
Thu Jun 20 04:44:00 EDT 2019


     [ https://issues.jboss.org/browse/ISPN-10248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tristan Tarrant updated ISPN-10248:
-----------------------------------
    Sprint: JDG Sprint #29


> Allow users to customize NearCache behavior per RemoteCache
> -----------------------------------------------------------
>
>                 Key: ISPN-10248
>                 URL: https://issues.jboss.org/browse/ISPN-10248
>             Project: Infinispan
>          Issue Type: Enhancement
>          Components: Hot Rod
>    Affects Versions: 10.0.0.Beta3, 9.4.14.Final
>            Reporter: Paul Ferraro
>            Assignee: Paul Ferraro
>            Priority: Major
>             Fix For: 10.0.0.Beta4
>
>
> I have the need to customize L1 configuration beyond the simple max-size capability.  To do this, I can extend RemoteCacheManager and override the protected createNearCacheService(...) method.  However, this method returns a NearCacheService implementation, instead of a NearCache.  No matter, I can still extend NearCacheService and override the protected createNearCache(NearCacheConfiguration config) method.  However, this method returns a NearCache interface which is package protected.  Consequently, customizing near caching logic is impossible.



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the infinispan-issues mailing list