You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Andrus Adamchik (JIRA)" <ji...@apache.org> on 2017/03/09 18:35:38 UTC

[jira] [Updated] (CAY-2259) QueryCache: support for referencing type-safe caches

     [ https://issues.apache.org/jira/browse/CAY-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrus Adamchik updated CAY-2259:
---------------------------------
    Summary: QueryCache: support for referencing type-safe caches  (was: CacheInvalidationFilter - broadcast cache invlidation events to interested listeners)

> QueryCache: support for referencing type-safe caches
> ----------------------------------------------------
>
>                 Key: CAY-2259
>                 URL: https://issues.apache.org/jira/browse/CAY-2259
>             Project: Cayenne
>          Issue Type: Task
>    Affects Versions: 4.0.M5
>            Reporter: Andrus Adamchik
>            Assignee: Andrus Adamchik
>
> With cayenne-jcache we lost the ability to invalidate caches not handled by Cayenne. The API for CacheManager's caches introspection requires the caller to know the generic parameters of a named cache. So we can no longer invalidate caches that were not created for Cayenne (and that are known to be of type "Cache<String, List>"). 
> A possible solution would be to extend @CacheGroups annotation to specify cache generics "signatures". And also change QueryCache API, perhaps deprecating 'removeGroup(String)' in favor of 'clearCache(String name, Class keyType, Class valueType)'



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)