Class EntityCacheEndpoint
- java.lang.Object
-
- org.apache.syncope.core.starter.actuate.EntityCacheEndpoint
-
-
Field Summary
Fields Modifier and Type Field Description protected EntityCacheDAO
entityCacheDAO
-
Constructor Summary
Constructors Constructor Description EntityCacheEndpoint(EntityCacheDAO entityCacheDAO)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearCache()
Map<String,Object>
statistics()
void
statistics(String operation)
-
-
-
Field Detail
-
entityCacheDAO
protected final EntityCacheDAO entityCacheDAO
-
-
Constructor Detail
-
EntityCacheEndpoint
public 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()
-
-