Leon Messerschmidt <[EMAIL PROTECTED]> writes:
> Hi Gareth,
>
> Depending on how complex your needs are you can think about implementing
> your own Turbine Service. Turbine Services are singletons that can live
> throughout the entire live of the application. You only need to implement
> and interface to have it initialized and "finalized". Turbine handles the
> instances/initialization/etc. for you so it is fairly easy to implement.
Yes, services are great. However, you might want to take a look at my
.util.BufferCache class (a "least recently used" algorithm
implementation). It may suite your needs better, just depends on the
situation.
Daniel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]