Removal of static-secret and totp-lookup.
Intending to build support for single-use backup codes. Started refactoring to move trait dependencies internally, so that classes only have to specify their own direct dependencies.
This commit is contained in:
@@ -11,6 +11,9 @@ use Psr\Cache\InvalidArgumentException;
|
||||
/* We must not store the key-list item or values within this object,
|
||||
* because it can change from outside this object instance. */
|
||||
final readonly class MonitorCacheKeys implements CacheItemPoolInterface {
|
||||
/* TODO store clean/dirty status in the key-list, so that in PersistCache,
|
||||
* we can only need to update/remove specific items that changed,
|
||||
* instead of the full list */
|
||||
private const KEY_LIST = '__key_list';
|
||||
private const IS_DIRTY = '__is_dirty';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user