com.atlassian.jira
Interface Cache

All Known Implementing Classes:
IssueCache

public interface Cache


Method Summary
 long getCapacity()
           
 long getHitsCount()
           
 long getMissCount()
           
 long getSize()
           
 void resetCacheStats()
           
 void setCapacity(long maxSize)
           
 

Method Detail

getSize

public long getSize()

getCapacity

public long getCapacity()

setCapacity

public void setCapacity(long maxSize)

getHitsCount

public long getHitsCount()

getMissCount

public long getMissCount()

resetCacheStats

public void resetCacheStats()


Copyright © 2002-2006 Atlassian. All Rights Reserved.