[
https://issues.apache.org/jira/browse/CASSANDRA-860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842813#action_12842813
]
gabriele renzi commented on CASSANDRA-860:
------------------------------------------
three small notes from a passing user:
* if the attribute is immutable (as it seems to me) why not declare it as
final? ( maybe it makes sense for it to be a run-time mutable value?)
* I think it would be nice to throw a ConfigurationException if the value is
not "read" or "write"
* which begets, why not use an Enum instead of a String? identity comparison is
nice :)
> Write through row cache
> -----------------------
>
> Key: CASSANDRA-860
> URL: https://issues.apache.org/jira/browse/CASSANDRA-860
> Project: Cassandra
> Issue Type: Improvement
> Components: Core
> Reporter: Daniel Kluesing
> Priority: Minor
> Attachments: CASSANDRA-cache.patch
>
>
> Add write-through ability to row cache. (Add to row cache on write)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.