Class EntityCacheEndpoint
- java.lang.Object
- 
- org.apache.syncope.core.starter.actuate.EntityCacheEndpoint
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected EntityCacheDAOentityCacheDAO
 - 
Constructor SummaryConstructors Constructor Description EntityCacheEndpoint(EntityCacheDAO entityCacheDAO)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearCache()Map<String,Object>statistics()voidstatistics(String operation)
 
- 
- 
- 
Field Detail- 
entityCacheDAOprotected final EntityCacheDAO entityCacheDAO 
 
- 
 - 
Constructor Detail- 
EntityCacheEndpointpublic EntityCacheEndpoint(EntityCacheDAO entityCacheDAO) 
 
- 
 - 
Method Detail- 
statistics@ReadOperation public Map<String,Object> statistics() 
 - 
statistics@WriteOperation public void statistics(@Selector String operation) 
 - 
clearCache@DeleteOperation public void clearCache() 
 
- 
 
-