mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-12 19:36:58 +01:00
* [ADD] Unit testing. Work in progress
* [MOD] Code refactoring * [MOD] Make classes final for performance improvements and avoid some side behaviours
This commit is contained in:
@@ -24,15 +24,15 @@
|
||||
|
||||
namespace SP\Config;
|
||||
|
||||
use SP\Storage\FileCache;
|
||||
use SP\Storage\FileException;
|
||||
use SP\Storage\File\FileCache;
|
||||
use SP\Storage\File\FileException;
|
||||
|
||||
/**
|
||||
* Class ConfigCache
|
||||
*
|
||||
* @package SP\Config
|
||||
*/
|
||||
class ConfigCache
|
||||
final class ConfigCache
|
||||
{
|
||||
/**
|
||||
* Cache file name
|
||||
|
||||
Reference in New Issue
Block a user