com.atlassian.jira.util.cache
Interface JiraCachedManager

All Known Implementing Classes:
CachedFieldConfigSchemeManagerImpl, CachedFieldConfigSchemePersister, CachedGenericConfigManager, CachedOptionSetManager

public interface JiraCachedManager

An interface that defines a cached manager. Doesn't do a lot at the moment, more a of a marker interface for the future


Method Summary
 long getCacheSize()
           
 void refreshCache()
           
 

Method Detail

getCacheSize

long getCacheSize()

refreshCache

void refreshCache()


Copyright © 2002-2010 Atlassian. All Rights Reserved.