lumis.portal.cache
Interface ICacheStatistics

Package class diagram package ICacheStatistics

public interface ICacheStatistics

Provides access to cache's statistics information.

Since:
4.0.11

Method Summary
 void clear()
          Clears this cache statistics.
 long getHitCount()
          Returns the number of searchs that successfully found the entry in the cache.
 long getMissCount()
          Returns the number of searchs that did not found the entry in the cache.
 

Method Detail

getHitCount

long getHitCount()
Returns the number of searchs that successfully found the entry in the cache.

Returns:
the number of cache hits.
Since:
4.0.11

getMissCount

long getMissCount()
Returns the number of searchs that did not found the entry in the cache.

Returns:
the number of cache misses.
Since:
4.0.11

clear

void clear()
Clears this cache statistics.

Since:
4.0.11


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.