Exemplo n.º 1
0
 public OtpAuxCachingFileStorage(IFileStorage cachedStorage, string cacheDir, IOtpAuxCacheSupervisor cacheSupervisor)
     : base(cachedStorage, cacheDir, cacheSupervisor)
 {
     _cacheSupervisor = cacheSupervisor;
 }
Exemplo n.º 2
0
 public OtpAuxCachingFileStorage(IFileStorage cachedStorage, Context context, IOtpAuxCacheSupervisor cacheSupervisor)
     : base(cachedStorage, context, cacheSupervisor)
 {
     _cacheSupervisor = cacheSupervisor;
 }
Exemplo n.º 3
0
 public OtpAuxCachingFileStorage(IFileStorage cachedStorage, string cacheDir, IOtpAuxCacheSupervisor cacheSupervisor)
     : base(cachedStorage, cacheDir, cacheSupervisor)
 {
     _cacheSupervisor = cacheSupervisor;
 }