lib/fulmar/domain/service/cache_service.rb in fulmar-0.6.3 vs lib/fulmar/domain/service/cache_service.rb in fulmar-0.6.4
- old
+ new
@@ -1,7 +1,7 @@
-require 'fulmar/infrastructure/cache/dummy_cache_service'
-require 'fulmar/infrastructure/cache/neos_cache_service'
-require 'fulmar/infrastructure/cache/symfony_cache_service'
+require 'fulmar/infrastructure/service/cache/dummy_cache_service'
+require 'fulmar/infrastructure/service/cache/neos_cache_service'
+require 'fulmar/infrastructure/service/cache/symfony_cache_service'
module Fulmar
module Domain
module Service
# Provides a common interface for all environment specific cache services