Skip to content

Commit

Permalink
Updated to use the latest Hazelcast changes (#11491)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgambarios authored May 4, 2017
1 parent 0edbdc0 commit d604680
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -507,10 +507,10 @@ asset.cache.control.max.days=30
cache.default.chain =com.dotmarketing.business.cache.provider.caffine.CaffineCache
cache.contentletcache.chain =com.dotmarketing.business.cache.provider.caffine.CaffineCache,com.dotmarketing.business.cache.provider.h22.H22Cache
cache.velocitycache.chain =com.dotmarketing.business.cache.provider.caffine.CaffineCache,com.dotmarketing.business.cache.provider.h22.H22Cache
#cache.default.chain=com.dotmarketing.business.cache.provider.hazelcast.HazelCastEmbeddedProvider
#cache.default.chain=com.dotmarketing.business.cache.provider.hazelcast.HazelCastClientProvider
#cache.default.chain=com.dotmarketing.business.cache.provider.hazelcast.HazelcastCacheProviderEmbedded
#cache.default.chain=com.dotmarketing.business.cache.provider.hazelcast.HazelcastCacheProviderClient

CACHE_INVALIDATION_TRANSPORT_CLASS=com.dotcms.cache.transport.HazelCastCacheTransport
CACHE_INVALIDATION_TRANSPORT_CLASS=com.dotcms.cache.transport.HazelcastCacheTransportEmbedded


## Default Caching Settings
Expand Down

0 comments on commit d604680

Please sign in to comment.