public interface GroupHierarchyCache
Group objects.| Modifier and Type | Method and Description |
|---|---|
long |
getCacheHitCount() |
long |
getCacheLoadCount() |
long |
getCacheMissCount() |
com.activiti.domain.idm.Group |
getGroup(Long groupId)
Fetches one
Group from the cache. |
void |
invalidate(Long groupId)
Invalidates a cached entry.
|
void |
reset() |
com.activiti.domain.idm.Group getGroup(Long groupId)
Group from the cache.void invalidate(Long groupId)
long getCacheHitCount()
long getCacheLoadCount()
long getCacheMissCount()
void reset()
Copyright © 2014–2015 Alfresco. All rights reserved.