[jbosscache-dev] Move EvictionPolicyConfig interface?

Brian Stansberry brian.stansberry at redhat.com
Wed May 30 17:39:40 EDT 2007


More minor details that come out as I write docs...

I'd like to move the EvictionPolicyConfig interface from o.j.c.eviction 
to o.j.c.config.  All the other core classes and interfaces that make up 
a Configuration are in o.j.c.config.  Then various 
implementation-specific subclasses are in the various other packages, 
along with the classes they configure, e.g.

o.j.c.buddyreplication.NextMemberBuddyLocator
o.j.c.buddyreplication.NextMemberBuddyLocatorConfig

o.j.c.loader.FileCacheLoader
o.j.c.loader.FileCacheLoaderConfig

o.j.c.eviction.LRUPolicy
o.j.c.eviction.LRUPolicyConfig

EvictionPolicyConfig is the only outlier here. I think it just got left 
behind when we refactored from a legacy class with a similar function.

-- 
Brian Stansberry
Lead, AS Clustering
JBoss, a division of Red Hat
brian.stansberry at redhat.com




More information about the jbosscache-dev mailing list