[
https://issues.apache.org/jira/browse/DIRECTMEMORY-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13216826#comment-13216826
]
Michael André Pearce commented on DIRECTMEMORY-60:
--------------------------------------------------
containsKey method moved from DirectMemoryCache to CacheService to remove
DirectMemoryCache class, this is quite normal that you can check a key exists
in a cahce. Also see map implementation interface which essentially most caches
are glorified maps, expose a method containsKey.
Also to note proposed JSR107 java cache api, expresses that a method
boolean containsKey(K key)
I think this is wise we expose these methods where and when we can, so being
JSR107 compliant cache later on will bring dividends.
> EHCache Integration
> -------------------
>
> Key: DIRECTMEMORY-60
> URL: https://issues.apache.org/jira/browse/DIRECTMEMORY-60
> Project: Apache DirectMemory
> Issue Type: New Feature
> Reporter: Michael André Pearce
> Priority: Minor
> Labels: EHCache, Integration
> Attachments: DIRECTMEMORY-60-directmemory-cache.patch,
> DIRECTMEMORY-60-ehcache.patch, DIRECTMEMORY-60.tidy.zip, DIRECTMEMORY-60.zip,
> directmemory-ehcache.zip
>
>
> Integrate DirectMemory to be used with EHCache.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira