Package org.opencastproject.security.api
Interface CachingUserProviderMXBean
public interface CachingUserProviderMXBean
A JMX interface for caching user providers.
-
Method Summary
Modifier and TypeMethodDescriptionfloatGets the ratio of cache hits to total requests.
-
Method Details
-
getCacheHitRatio
float getCacheHitRatio()Gets the ratio of cache hits to total requests.- Returns:
- the hit ratio
-