mustache_templates-8.x-1.0-beta4/modules/mustache_magic/src/Storage/MustacheSyncStorage.php
modules/mustache_magic/src/Storage/MustacheSyncStorage.php
<?php
namespace Drupal\mustache_magic\Storage;
/**
* A storage of user-defined sync templates.
*/
class MustacheSyncStorage {
/**
* The key-value collection name.
*/
const COLLECTION_NAME = 'mustache_sync';
use ExpirableHashStorageTrait;
}
