No readme file found in bundle.
Copyright (c) 2006-2012 Doctrine Project
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
doctrine_cache:
acl_cache:
id: ~
custom_providers:
# Prototype
type:
prototype: ~ # Required
definition_class: ~
aliases:
# Prototype
key: []
providers:
# Prototype
name:
namespace: ~
type: ~
apc: []
apcu: []
array: []
void: []
wincache: []
xcache: []
zenddata: []
custom_provider:
type: ~ # Required
options:
# Prototype
name: []
couchbase:
connection_id: ~
hostnames:
# Default:
- %doctrine_cache.couchbase.hostnames%
username: ~
password: ~
bucket_name: doctrine_cache
chain:
providers: []
memcached:
connection_id: ~
persistent_id: ~
servers:
# Prototype
host:
host: %doctrine_cache.memcached.host%
port: %doctrine_cache.memcached.port%
memcache:
connection_id: ~
servers:
# Prototype
host:
host: %doctrine_cache.memcache.host%
port: %doctrine_cache.memcache.port%
file_system:
directory: %kernel.cache_dir%/doctrine/cache/file_system
extension: ~
umask: 2
php_file:
directory: %kernel.cache_dir%/doctrine/cache/phpfile
extension: ~
umask: 2
mongodb:
connection_id: ~
collection_id: ~
database_name: doctrine_cache
collection_name: doctrine_cache
server: %doctrine_cache.mongodb.server%
redis:
connection_id: ~
host: %doctrine_cache.redis.host%
port: %doctrine_cache.redis.port%
password: ~
timeout: ~
database: ~
persistent: false
predis:
client_id: ~
scheme: tcp
host: %doctrine_cache.redis.host%
port: %doctrine_cache.redis.port%
password: ~
timeout: ~
database: ~
options:
# Prototype
name: []
riak:
host: %doctrine_cache.riak.host%
port: %doctrine_cache.riak.port%
bucket_name: doctrine_cache
connection_id: ~
bucket_id: ~
bucket_property_list:
allow_multiple: ~
n_value: ~
sqlite3:
connection_id: ~
file_name: ~
table_name: ~
aliases: []
-
Merge pull request #129 from mikeSimonson/license
By web-flow, 3 years ago
-
Removing license header
By mikeSimonson, 3 years ago
-
Merge pull request #123 from chalasr/drop-sf2.3
By web-flow, 3 years ago
-
Drop support for outdated symfony versions
By chalasr, 3 years ago
-
Merge pull request #121 from magnetik/patch-1
By web-flow, 3 years ago
-
Fix identation for memcache/memcached provider
By web-flow, 3 years ago
-
Merge pull request #120 from Jean-Beru/fix-commands-auto-registration
By web-flow, 3 years ago
-
Set command services public
By , 3 years ago
-
Disable registerCommands method
By Jean-Beru, 3 years ago
-
Add command registration to fix Symfony 3.4 auto-registration deprecation
By Jean-Beru, 3 years ago
-
fixed CS
By fabpot, 3 years ago
-
Merge pull request #118 from fabpot/composer-fix
By web-flow, 3 years ago
-
fixed composer branch alias as 1.3.0 was released a year ago
By fabpot, 3 years ago
-
Merge pull request #114 from giovannialbero1992/master
By web-flow, 3 years ago
-
Updated travis to specify dist version
By giovannialbero1992, 3 years ago
-
Added possibility to add namespace on custom providers
By giovannialbero1992, 3 years ago
-
Merge pull request #112 from remicollet/issue-php111
By web-flow, 3 years ago
-
test more PHP versions
By , 3 years ago
-
Fix #111 mocking kernel methods
By remicollet, 3 years ago
-
Merge pull request #110 from nicolas-grekas/sf4
By web-flow, 3 years ago
-
Allow Symfony 4.0
By nicolas-grekas, 3 years ago
-
Merge pull request #108 from Sander-Toonen/fix-namespace-seed
By web-flow, 4 years ago
-
Updated namespaces in tests
By Sander-Toonen, 4 years ago
-
Removed kernel.debug from cache namespace seed
By Sander-Toonen, 4 years ago
-
Merge pull request #107 from mikeSimonson/update-deps
By web-flow, 4 years ago
-
Updating a dev dependency to a stable version
By mikeSimonson, 4 years ago
-
Merge pull request #106 from mikeSimonson/test-symfony-bridge-adapter
By web-flow, 4 years ago
-
Adding a test for the behavior without prefix seed
By mikeSimonson, 4 years ago
-
Merge pull request #105 from nicolas-grekas/cache-seed
By web-flow, 4 years ago
-
Use cache.prefix.seed parameter when available
By nicolas-grekas, 4 years ago