Re: Using own Store implementation

2002-05-20 Thread Stephan Michels
On Mon, 20 May 2002, Miller, Grant wrote: > Hi, > I am looking at writing my own implementation of the Store interface but > can't quite get my head round how I would then use that class. I don't want > to replace the normal store mechanism, just to add a new one for some custom > info I cache.

Using own Store implementation

2002-05-20 Thread Miller, Grant
Hi, I am looking at writing my own implementation of the Store interface but can't quite get my head round how I would then use that class. I don't want to replace the normal store mechanism, just to add a new one for some custom info I cache. Do I have to make entries in xconf? Anything else? T