[infinispan-issues] [JBoss JIRA] (ISPN-9481) Implement toString in EncoderCache.EntryWrapper

Katia Aresti (JIRA) issues at jboss.org
Tue Sep 4 04:43:03 EDT 2018


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

Katia Aresti updated ISPN-9481:
-------------------------------
    Description: 
When we call 
{code}
logger.info("Entries from Cache: {}", cache.entrySet());
{code}

Displays:  
bq. Entries from Cache: [org.infinispan.cache.impl.EncoderCache$EntryWrapper at 5580d62f]

  was:
When we call 
{code}
logger.info("Entries from Cache: {}", cache.entrySet());
{code}

bq. Displays:  Entries from Cache: [org.infinispan.cache.impl.EncoderCache$EntryWrapper at 5580d62f]



> Implement toString in EncoderCache.EntryWrapper
> -----------------------------------------------
>
>                 Key: ISPN-9481
>                 URL: https://issues.jboss.org/browse/ISPN-9481
>             Project: Infinispan
>          Issue Type: Enhancement
>            Reporter: Katia Aresti
>            Assignee: Katia Aresti
>
> When we call 
> {code}
> logger.info("Entries from Cache: {}", cache.entrySet());
> {code}
> Displays:  
> bq. Entries from Cache: [org.infinispan.cache.impl.EncoderCache$EntryWrapper at 5580d62f]



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the infinispan-issues mailing list