Exemple #1
0
 public OtpAuxCachingFileStorage(IFileStorage cachedStorage, string cacheDir, IOtpAuxCacheSupervisor cacheSupervisor)
     : base(cachedStorage, cacheDir, cacheSupervisor)
 {
     _cacheSupervisor = cacheSupervisor;
 }
 public OtpAuxCachingFileStorage(IFileStorage cachedStorage, Context context, IOtpAuxCacheSupervisor cacheSupervisor)
     : base(cachedStorage, context, cacheSupervisor)
 {
     _cacheSupervisor = cacheSupervisor;
 }
 public OtpAuxCachingFileStorage(IFileStorage cachedStorage, string cacheDir, IOtpAuxCacheSupervisor cacheSupervisor)
     : base(cachedStorage, cacheDir, cacheSupervisor)
 {
     _cacheSupervisor = cacheSupervisor;
 }