You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by Dmitriy Setrakyan <ds...@apache.org> on 2015/02/05 03:32:48 UTC

Cache API review

Hello Igniters,

I have reviewed the cache public API and still found a few inconsistencies:

- GridCache, CacheProjection, GridCachePeekMode are still in public API.
They all should be gone in my view.
- GridCacheVersionedEntry should be moved either to internal API or back to
GridGain (I prefer the latter).
- CacheEntry class is not needed in my view anymore. I believe the
CacheEntry from JCache spec is sufficient.
- CacheEntryEvent should be moved to internal package.
- CacheConfiguration should be cleaned up as it still has methods
pertaining to GridGain.

Please reply if you left these classes/methods on purpose. If not, I will
file a ticket to remove them.

D.