Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 809 Bytes

File metadata and controls

26 lines (16 loc) · 809 Bytes

Change Log

The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.

0.2.0

Added

  • Support for TaggableCacheItemPoolInterface
  • Added EncryptedCachePool::invalidateTags() and EncryptedCachePool::invalidateTag()
  • Added EncryptedItemDecorator::getCacheItem()

Changed

  • EncryptedCachePool constructor takes a TaggableCacheItemPoolInterface instead of a CacheItemPoolInterface
  • EncryptedItemDecorator constructor takes a TaggableCacheItemInterface instead of a CacheItemInterface

Removed

  • EncryptedItemDecorator::getExpirationTimestamp().
  • EncryptedItemDecorator::getTags(). Use EncryptedItemDecorator::getPreviousTags()
  • EncryptedItemDecorator::addTag(). Use EncryptedItemDecorator::setTags()

0.1.0

First release