public class

OsCacheStatistics

extends AbstractCacheStatistics
implements CacheStatistics
java.lang.Object
   ↳ org.apache.archiva.redback.components.cache.AbstractCacheStatistics
     ↳ org.apache.archiva.redback.components.cache.oscache.OsCacheStatistics

Summary

Protected Constructors
OsCacheStatistics(Cache cache)
Public Methods
long getSize()
Return the size (items number) of the current cache.
[Expand]
Inherited Methods
From class org.apache.archiva.redback.components.cache.AbstractCacheStatistics
From class java.lang.Object
From interface org.apache.archiva.redback.components.cache.CacheStatistics

Protected Constructors

protected OsCacheStatistics (Cache cache)

Public Methods

public long getSize ()

Return the size (items number) of the current cache.

Returns
  • the size (items number) of the current cache.
See Also