Uses of Interface
de.xima.fc.interfaces.file.IFileAdapter
Packages that use IFileAdapter
-
Uses of IFileAdapter in de.xima.fc.api.cache
Methods in de.xima.fc.api.cache that return IFileAdapterModifier and TypeMethodDescriptionstatic <TFile extends IFileEntity<?,?>>
IFileAdapterFileCache.getCachedFile(UserContext uc, TFile file) Gets a file adapter that accesses the file data via the file cache (if the file is cacheable).static <TFileMeta extends IFileMetaEntity<?,?>>
IFileAdapterFileCache.getCachedFile(UserContext uc, TFileMeta fileMeta) Gets a file adapter that accesses the file data via the file cache (if the file is cacheable).