Uses of Class
com.aoindustries.aoserv.client.FilesystemCachedObject
-
Packages that use FilesystemCachedObject Package Description com.aoindustries.aoserv.client com.aoindustries.aoserv.client.distribution.management -
-
Uses of FilesystemCachedObject in com.aoindustries.aoserv.client
Classes in com.aoindustries.aoserv.client with type parameters of type FilesystemCachedObject Modifier and Type Class Description classFilesystemCachedObject<K,T extends FilesystemCachedObject<K,T>>AFilesystemCachedObjectis stored in a temporary file on disk for local-speed performance while using minimal heap space.classFilesystemCachedTable<K,V extends FilesystemCachedObject<K,V>>AFilesystemCachedTablestores all of the availableFilesystemCachedObjects in a temporary file and performs all subsequent data access locally. -
Uses of FilesystemCachedObject in com.aoindustries.aoserv.client.distribution.management
Subclasses of FilesystemCachedObject in com.aoindustries.aoserv.client.distribution.management Modifier and Type Class Description classDistroFileFor AO Industries use only.
-