Uses of Interface
org.objectweb.speedo.usercache.api.UserCacheView

Packages that use UserCacheView
org.objectweb.speedo.mim.lib   
org.objectweb.speedo.usercache.lib   
 

Uses of UserCacheView in org.objectweb.speedo.mim.lib
 

Fields in org.objectweb.speedo.mim.lib declared as UserCacheView
protected  UserCacheView SpeedoMemoryInstanceManager.userCacheView
           
 

Uses of UserCacheView in org.objectweb.speedo.usercache.lib
 

Classes in org.objectweb.speedo.usercache.lib that implement UserCacheView
 class UserCacheViewImpl
          Is a basic UserCacheView implementation using WeakReference in order to not disturb the real cache of persistent object.