X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Flibs%2Fobjectcache%2FIExpiringStore.php;h=7bab20a3b90d32eafca6c0389434606c9ca489db;hp=0e09f16f04036ba7a89ce42d50fe19bb35792977;hb=8e89785e250e085022dcb5a09b605d388d7b07fa;hpb=f43fa6f4f0e2cb60b8543daad661b48a3e0653a9 diff --git a/includes/libs/objectcache/IExpiringStore.php b/includes/libs/objectcache/IExpiringStore.php index 0e09f16f04..7bab20a3b9 100644 --- a/includes/libs/objectcache/IExpiringStore.php +++ b/includes/libs/objectcache/IExpiringStore.php @@ -30,6 +30,7 @@ */ interface IExpiringStore { // Constants for TTL values, in seconds + const TTL_SECOND = 1; const TTL_MINUTE = 60; const TTL_HOUR = 3600; const TTL_DAY = 86400; // 24 * 3600