Uses of Interface
com.jenkov.mrpersister.itf.IObjectCache

Packages that use IObjectCache
com.jenkov.mrpersister.impl   
 

Uses of IObjectCache in com.jenkov.mrpersister.impl
 

Methods in com.jenkov.mrpersister.impl that return IObjectCache
 IObjectCache PersistenceConfiguration.getObjectCache()
           
 

Methods in com.jenkov.mrpersister.impl with parameters of type IObjectCache
 void PersistenceConfiguration.setObjectCache(IObjectCache cache)