@extends(BaseHelper::getAdminMasterLayoutTemplate()) @section('content')
{{ trans('core/base::cache.cache_management') }}

{{ trans('core/base::cache.cache_management_description') }}

@if ($cacheSize > 50 * 1024 * 1024) {{ trans('core/base::cache.cache_size_warning') }} @endif
{{ trans('core/base::cache.type') }} {{ trans('core/base::cache.description') }} {{ trans('core/base::cache.action') }}
{{ trans('core/base::cache.commands.clear_cms_cache.title') }}
{{ trans('core/base::cache.commands.clear_cms_cache.description') }}
{{ trans('core/base::cache.current_size') }}: {{ $formattedCacheSize }}
{{ trans('core/base::cache.clear_button') }}
{{ trans('core/base::cache.commands.refresh_compiled_views.title') }}
{{ trans('core/base::cache.commands.refresh_compiled_views.description') }}
{{ trans('core/base::cache.refresh_button') }}
{{ trans('core/base::cache.commands.clear_config_cache.title') }}
{{ trans('core/base::cache.commands.clear_config_cache.description') }}
{{ trans('core/base::cache.clear_button') }}
{{ trans('core/base::cache.commands.clear_route_cache.title') }}
{{ trans('core/base::cache.commands.clear_route_cache.description') }}
{{ trans('core/base::cache.clear_button') }}
{{ trans('core/base::cache.commands.clear_log.title') }}
{{ trans('core/base::cache.commands.clear_log.description') }}
{{ trans('core/base::cache.clear_button') }}
{{ trans('core/base::cache.optimization.title') }}
{{ trans('core/base::cache.type') }} {{ trans('core/base::cache.description') }} {{ trans('core/base::cache.action') }}
{{ trans('core/base::cache.optimization.optimize.title') }}
{{ trans('core/base::cache.optimization.optimize.description') }}
{{ trans('core/base::cache.optimization.optimize.button') }}
{{ trans('core/base::cache.optimization.clear.title') }}
{{ trans('core/base::cache.optimization.clear.description') }}
{{ trans('core/base::cache.optimization.clear.button') }}
@endsection