When I look at the implementation of IDataStore interface, namely HttpSessionDataStore I'm confused......At one side, you allow to put into HttpSessionDataStore constructor any implementation of DataStoreEvictionStrategy, but DataStoreEvictionStrategy cannot be implemented outside of wicket classes, because PageTable isn't public...This doesn't make any sense to me...
I really want to implement own page eviction strategy, but thanks to this non-sense, I'm pushed to be creating not very nice solutions... -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Why-org-apache-wicket-pageStore-memory-PageTable-isn-t-public-tp4662987p4662991.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
