Uses of Class
org.stanwood.media.store.memory.CacheSeason

Packages that use CacheSeason
org.stanwood.media.store.memory   
 

Uses of CacheSeason in org.stanwood.media.store.memory
 

Methods in org.stanwood.media.store.memory that return types with arguments of type CacheSeason
 java.util.List<CacheSeason> CacheShow.getSeasons()
          Used to get a list of seasons in the show
 

Methods in org.stanwood.media.store.memory with parameters of type CacheSeason
 void CacheShow.addSeason(CacheSeason season)
          Used to add a season to the show.