com.syrtsov.alinker
Interface CachingFactory<T>

All Superinterfaces:
Factory<T>
All Known Implementing Classes:
HandlerFactory, IRFactory, SingletonFatory

public interface CachingFactory<T>
extends Factory<T>

psdo: add class comments Created-By: Pavel Syrtsov Date: Apr 10, 2008 Time: 8:48:57 PM


Method Summary
 T getCachedObject(Context<T> ctx)
           
 
Methods inherited from interface com.syrtsov.alinker.Factory
create
 

Method Detail

getCachedObject

T getCachedObject(Context<T> ctx)