[
https://issues.jboss.org/browse/ISPN-3460?page=com.atlassian.jira.plugin....
]
Dan Berindei commented on ISPN-3460:
------------------------------------
I'm not convinced we should have a {{Metadata}} instance every time. Personally
I'd rather remove the custom metadata option, e.g. {{cache.put(key, value, new
CustomMetadata()}}, and fit everything in the {{CacheEntry}} :)
Refactor the CacheEntry hierarchy
---------------------------------
Key: ISPN-3460
URL:
https://issues.jboss.org/browse/ISPN-3460
Project: Infinispan
Issue Type: Enhancement
Components: Core
Reporter: Mircea Markus
Assignee: William Burns
Priority: Minor
ATM we keep the metadata information in 3 places: CacheValues, CacheEntries and Metadata.
We should move everything in the Metadata and make the CacheValues and the CacheEntries
reference it.
Also look at MimeMetadataHelper in REST cache store...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)