Apache CXF API

Uses of Class
org.apache.cxf.sts.cache.MemoryIdentityCacheStatistics

Packages that use MemoryIdentityCacheStatistics
org.apache.cxf.sts.cache   
 

Uses of MemoryIdentityCacheStatistics in org.apache.cxf.sts.cache
 

Methods in org.apache.cxf.sts.cache that return MemoryIdentityCacheStatistics
 MemoryIdentityCacheStatistics EHCacheIdentityCache.getStatistics()
           
 MemoryIdentityCacheStatistics MemoryIdentityCache.getStatistics()
           
 

Methods in org.apache.cxf.sts.cache with parameters of type MemoryIdentityCacheStatistics
 void EHCacheIdentityCache.setStatistics(MemoryIdentityCacheStatistics stats)
           
 void MemoryIdentityCache.setStatistics(MemoryIdentityCacheStatistics stats)
           
 


Apache CXF API

Apache CXF