mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
76994: Merged PLATFORM1 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud) 70127: MNT-9882 - refactoring of caches git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@77833 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -40,12 +40,12 @@ public interface RefreshableCache <T>
|
||||
*/
|
||||
public void refresh();
|
||||
|
||||
/**
|
||||
* Register to be informed when the cache is updated in the background.
|
||||
*
|
||||
* Note: it is up to the implementation to provide any transactional wrapping.
|
||||
* Transactional wrapping is not required to invalidate a shared cache entry directly via a transactional cache
|
||||
* @param listener
|
||||
*/
|
||||
void register(RefreshableCacheListener listener);
|
||||
// /**
|
||||
// * Register to be informed when the cache is updated in the background.
|
||||
// *
|
||||
// * Note: it is up to the implementation to provide any transactional wrapping.
|
||||
// * Transactional wrapping is not required to invalidate a shared cache entry directly via a transactional cache
|
||||
// * @param listener
|
||||
// */
|
||||
// void register(RefreshableCacheListener listener);
|
||||
}
|
||||
|
Reference in New Issue
Block a user