Determine expiration time in the cache table of the cache type or CACHE_PERMANENT if item shouldn't be removed automatically from cache.
Plugins must override this to implement expiration in the cache table.
$type: The cache type, either 'query', 'result' or 'output'.
function cache_set_expire($type) {
return CacheBackendInterface::CACHE_PERMANENT;
}