com.atlassian.crowd.integration.directory.cache
Interface DirectoryCacheStatistics


public interface DirectoryCacheStatistics

Allows querying of a cache for usage statistics. Statistics may be slightly inaccurate or out of date; this interface is not intended for use where absolute accuracy is a requirement.


Method Summary
 java.util.Date getLastUpdated()
          The last time any object in the cache was updated.
 int getNumberOfGroups()
          Total number of groups in the cache
 int getNumberOfUsers()
          Total number of users in the cache
 

Method Detail

getNumberOfUsers

int getNumberOfUsers()
Total number of users in the cache

Returns:

getNumberOfGroups

int getNumberOfGroups()
Total number of groups in the cache

Returns:

getLastUpdated

java.util.Date getLastUpdated()
The last time any object in the cache was updated.

Returns:


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.