com.rubecula.darwin.domain.helper
Interface Cache_MBean

All Known Subinterfaces:
Cache
All Known Implementing Classes:
Cache_, FitnessCache, PhenotypeCache

public interface Cache_MBean

Author:
Robin Hillyard

Method Summary
 int count()
           
 boolean isActive()
           
 void setActive(boolean active)
           
 

Method Detail

count

int count()
Returns:
the total number of cached fitnesses

isActive

boolean isActive()
Returns:
the true if the cache is active.

setActive

void setActive(boolean active)
Parameters:
active -


Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.