summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordi Boggiano <j.boggiano@seld.be>2016-11-13 18:26:43 +0100
committerJordi Boggiano <j.boggiano@seld.be>2016-11-13 18:26:43 +0100
commitb7f70a6084d6712201e3aaa45635a1db1c719b53 (patch)
tree5bf209fadab740224a74d29041399c1151b8bbf2
parentf9ee074944bacdcc7595a754de664829758ebe21 (diff)
downloadfig-standards-b7f70a6084d6712201e3aaa45635a1db1c719b53.zip
fig-standards-b7f70a6084d6712201e3aaa45635a1db1c719b53.tar.gz
fig-standards-b7f70a6084d6712201e3aaa45635a1db1c719b53.tar.bz2
Remove TTL_* constants
-rw-r--r--proposed/simplecache.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/proposed/simplecache.md b/proposed/simplecache.md
index 0ec7ba0..10df4b1 100644
--- a/proposed/simplecache.md
+++ b/proposed/simplecache.md
@@ -111,10 +111,6 @@ namespace Psr\SimpleCache;
interface CacheInterface
{
- const TTL_MINUTE = 60;
- const TTL_HOUR = 3600;
- const TTL_DAY = 86400;
-
/**
* Fetch a value from the cache.
*