PathLookupCommand

com.github.cloudfiles.crypt.fs.resolver.CachePathComponentsResolver.PathLookupCommand
sealed trait PathLookupCommand[ID, FILE <: File[ID], FOLDER <: Folder[ID]]

The base type of messages processed by the actor that manages the cache of already resolved paths.

Type parameters

FILE

the type of files

FOLDER

the type of folders

ID

the ID type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
In this article