Uses of Class
com.j256.ormlite.dao.ReferenceObjectCache

Packages that use ReferenceObjectCache
com.j256.ormlite.dao Database Access Object classes. 
 

Uses of ReferenceObjectCache in com.j256.ormlite.dao
 

Methods in com.j256.ormlite.dao that return ReferenceObjectCache
static ReferenceObjectCache ReferenceObjectCache.makeSoftCache()
          Create and return an object cache using SoftReference.
static ReferenceObjectCache ReferenceObjectCache.makeWeakCache()
          Create and return an object cache using WeakReference.
 



This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.