Skip to content

dev.meetings

Alex Snaps edited this page Aug 21, 2014 · 23 revisions

Meet up notes

Aug 28, 2014 - Hangout on Air

Public on Google plus Hangout at 8pm CET / 2pm EST / 11am PST

Aug 21, 2014 - Hangout on Air

Recording available here on YouTube

org.ehcache.Cache vs. org.ehcache.spi.cache.Store

Cache<K, V> backed by a Store<K, Element<V>>

  1. Rename Element

  2. Try Store<K, Element<V>> for now

Roles

How much can be solved by having the Cache call into some Store.process(K, EntryProcessor<K, V, T>): T equivalent?

  1. Cache Roles

    1. Expiry

    2. Public EntryListeners

    3. Cache lifecycle

    4. CacheLoaders

    5. CacheWriters

  2. Store Roles

    1. Store by Value vs. Ref.

    2. Eviction & (private) EvictionListeners

Other items

Integrate 107 TCK

Created issue #21

What’s with the sizeof modules ?

  1. Hibernate to be integrated within the h2lc module there

  2. Groovy, either:

    1. @candrews takes ownership, or

    2. we find someone within TC/SAG to do so (unidentified yet though)

Clone this wiki locally