Uses of Interface
com.iizix.gyro.IRuntimeImageCache
Packages that use IRuntimeImageCache Package Description com.iizix.gyro com.iizix.server.gyro Uses of IRuntimeImageCache in com.iizix.gyro
Subinterfaces of IRuntimeImageCache in com.iizix.gyro Modifier and Type Interface Description interfaceIAppSessionGyroThe interface used to access the Application Session Gyro.interfaceIClientSessionGyroThe interface used to access the Client Session Gyro.interfaceIRuntimeImageCacheImplThe runtime image cache interface with code implementation, except the cache map instance.Uses of IRuntimeImageCache in com.iizix.server.gyro
Classes in com.iizix.server.gyro that implement IRuntimeImageCache Modifier and Type Class Description classAppSessionGyroGyro instance that is used for a single user running one application.classClientSessionGyroThe Client Session Gyro instance.